ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartDataSeries.X Property

Gets the ChartDataArray object that manages X data.

[Visual Basic]

Public ReadOnly Property X As ChartDataArray

[C#]

public ChartDataArray X {get;}

[Delphi]

public property X: ChartDataArray read get_X;

Remarks

The X property allows manipulation of the series X data alone. The X data managed by the ChartDataArray returned by the X property is the same data managed in the PointData and SeriesData properties.

See Also

ChartDataSeries Class | ChartDataSeries Members | C1.Win.C1Chart Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.