CimSeries.Y (property)

Gets and sets the Y axis associated with the series.
Syntax: Set CimAxis = object.Y
object.Y = CimAxis
Description: CimSeries.Y is the Y axis that is associated with the series object. This axis can also be found in the XY Plot Control's Y 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 Y axis on a series named Series 1:
cimOleObj.Series("Series 1").Y = cimOleObj.Y("Axis 1")