Gets the ChartCoordArray object that manages X data.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public ChartCoordArray X { get; }
Visual Basic
Public ReadOnly Property X As ChartCoordArray
	Get

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