XAxisIndex Property (APlot)

Returns or sets the X-axis index used for the object.

Syntax

Object.XAxisIndex [ = lXAxisIndex ]

The XAxisIndex property syntax has the following parts:

 

Name

Type

Description

Object

APlot

APlot object

lXAxisIndex

Long

An integer specifying the index of the X-axis used for the object.

Example

The following statement changes the APlot's X axis to have an index of zero (the first index in the collection of axes for the control object):

plt1.XAxisIndex=0

Applies to

APlot

See Also

Visible, YAxisIndex