Gets the ChartCoordArray object that manages X data.
[Visual Basic]
Overridable Public ReadOnly Property X As ChartCoordArray
[C#]
virtual public ChartCoordArray X {get;}
[Delphi]
public property X: ChartCoordArray read get_X;
Remarks
The X property allows manipulation of the series X data alone. The X data managed by the ChartCoordArray returned by the X property is the same data managed in the PointData property.
See Also
ChartCoordHolder Class | ChartCoordHolder Members | C1.Win.C1Chart Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |