Gets the ChartDataArray object that manages Y data.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
public ChartDataArray Y { get; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public ReadOnly Property Y As ChartDataArray
	Get

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