Returns or sets the X-axis index used for the object.
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. |
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