XAxis Property
The XAxis property returns or sets the X axis to be used by the plot. Returns a String.
Syntax
object.XAxis
object.XAxis = XAxis
Parameter | Type | Description |
XAxis | String | required, X axis name |
Example
This example shows how to change the X axis used by the plot to X Axis 2.
Line1.xAxis = "X Axis 2"
Used by: AutoPlot object