ComponentOne Chart for .NET (2.0) Search HelpCentral 

ChartCoordHolder.PointData Property

Gets the ChartCoordArray object that manages point data (combined X and Y data).

[Visual Basic]

Overridable Public ReadOnly Property PointData As ChartCoordArray

[C#]

virtual public ChartCoordArray PointData {get;}

[Delphi]

public property PointData: ChartCoordArray read get_PointData;

Remarks

The data managed by the ChartCoordArray object referenced by the PointData property is exactly the same data as that manage by the ChartCoordArray objects of the X and Y properties. The property is provided as a convenience when working with data obtained as Point or PointF values.

See Also

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


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