Returns or sets the base value for the discrete value on the object.
Object.DiscreteBase [ = dBase]
The DiscreteBase property syntax has the following parts:
|
Name |
Type |
Inscription |
|
Object |
AAxis |
AAxis object |
|
dBase |
Double |
An integer specifying the base value for the discrete value on the AAxis object. The default is zero. |
The DiscreteBase determines the possible places were the marker can be placed when ScaleContinous is FALSE. Possible places for the marker are DisceteBase +/- n times ScaleDiscreteInterval, where n is an integer.
For example if the ScaleMinimum is 0, the ScaleMaximum is 10, the DiscreteBase is 5, and the ScaleDiscreteInterval is 3, than the possible values are 2, 5, and 8.
The following statement changes the AAxis's DiscreteBase to five:
axs1.DiscreteBase=5