Discrete Property (AAxis)

Returns or sets whether the axis values are continuous or discrete on the object.

Syntax

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.

Where

bDiscrete can be one of the following:

 

Value

Description

True *

The axis values are discrete.

False

The axis values are continuous.

Comments

If the axis is discrete then the scale displayed is using the DiscreteBase and ScaleDiscreteIndex properties. This property applies only to the ASlider control.

Example

The following statement changes the AAxis to use continuous values:

axs1.Discrete=False

Applies to

AAxis

See Also

AutoScale, DiscreteBase, DiscreteInterval, Max, Min, ReverseOrder