Gets and sets the Y data values vector. | |
Syntax: | Set CimData = object.Y object.Y = CimData |
Description: | CimPairData.Y contains the Y
data value vector. In other words, it contains the data values that
correspond to the Y axis of the
series the object belongs
to. Example The following CimView script excerpt accesses the Y vector on a series called Series 1 and changes its count: cimOleObj.Series("Series 1").Data.Y.Count = 500 |