Gets the ChartDataArray object that manages Y data.
[Visual Basic]
Public ReadOnly Property Y As ChartDataArray
[C#]
public ChartDataArray Y {get;}
[Delphi]
public property Y: ChartDataArray read get_Y;
Remarks
The Y property allows manipulation of the series Y data alone. The Y data managed by the ChartDataArray returned by the Y 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. |