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

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

Syntax

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

Remarks

The data managed by the ChartDataArray object referenced by the PointData property is exactly the same data as that manage by the ChartDataArray 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