Returns or sets the interval between discrete values on the object.
Object.DiscreteInterval [ = dInterval ]
The DiscreteInterval property syntax has the following parts:
|
Name |
Type |
Inscription |
|
Object |
AAxis |
AAxis object |
|
dInterval |
Double |
An integer specifying the interval between discrete values on the AAxis object. The default is one. |
The following statement changes the AAxis's DiscreteInterval to three:
axs1.DiscreteInterval=3