2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartCoordHolder Class / PointData Property

In This Topic
    PointData Property (ChartCoordHolder)
    In This Topic
    Gets the ChartCoordArray object that manages point data (combined X and Y data).
    Syntax
    'Declaration
     
    Public ReadOnly Property PointData As ChartCoordArray
    public ChartCoordArray PointData {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.
    See Also