Gets the ChartDataArray object that manages X data.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[RefreshPropertiesAttribute(RefreshProperties.All)] public ChartDataArray X { get; } |
Visual Basic |
---|
<RefreshPropertiesAttribute(RefreshProperties.All)> _ Public ReadOnly Property X As ChartDataArray Get |
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.