DiscreteInterval Property (AAxis)

Returns or sets the interval between discrete values on the object.

Syntax

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.

Example

The following statement changes the AAxis's DiscreteInterval to three:

axs1.DiscreteInterval=3

Applies to

AAxis

See Also

AutoScale, Discrete, DiscreteBase, Max, Min