ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartCoordHolder.Y Property

Gets the ChartCoordArray object that manages Y data.

[Visual Basic]

Overridable Public ReadOnly Property Y As ChartCoordArray

[C#]

virtual public ChartCoordArray Y {get;}

[Delphi]

public property Y: ChartCoordArray read get_Y;

Remarks

The Y property allows manipulation of the series Y data alone. The Y data managed by the ChartCoordArray returned by the Y property is the same data managed in the PointData property.

See Also

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


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