XYPlotXAxisPen property
Returns or sets which pen serves as the x-axis in an XY plot. Read/write. Long.
A trend chart can plot values either against time or against a selected pen. This property takes effect only when the ChartStyle property is set to rstXYplotStyle. (If the ChartStyle is not set to rstXYplotStyle, the value is always 0.)
Syntax
Trend
.XYPlotXAxisPen
[ = value
]where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.value
- is a parameter of the type Long that specifies the number of the pen to used as the x-axis.Provide Feedback