Gets the ChartCoordArray object that manages point data (combined X and Y data).
            
        
    Namespace: 
   C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
| C# | 
|---|
public ChartCoordArray PointData { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property PointData As ChartCoordArray Get  | 
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.