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