Returns or sets whether the axis values are continuous or discrete on the object.
Object.Discrete [ = bDiscrete ]
The Discrete property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AAxis |
AAxis object |
|
bDiscrete |
Bool |
A boolean expression that specifies whether the axis values are continuous or discrete. The default is discrete. |
bDiscrete can be one of the following:
|
Value |
Description |
|
True * |
The axis values are discrete. |
|
False |
The axis values are continuous. |
If the axis is discrete then the scale displayed is using the DiscreteBase and ScaleDiscreteIndex properties. This property applies only to the ASlider control.
The following statement changes the AAxis to use continuous values:
axs1.Discrete=False
AutoScale, DiscreteBase, DiscreteInterval, Max, Min, ReverseOrder