CimSeries.X (property)

Gets and sets the X axis associated with the series.
Syntax: Set CimAxis = object.X
object.X = CimAxis
Description: CimSeries.X is the X axis that is associated with the series object. This axis can also be found in the XY Plot Control's X axis collection. The series draws its data values on the chart region based on the scaling defined by this axis.

Example

The following CimView script excerpt changes the X axis on a series named Series 1:
cimOleObj.Series("Series 1").X = cimOleObj.X("Axis 1")