2D Chart for WinForms | ComponentOne
Charting Data / Entering and Modifying Chart Data
In This Topic
    Entering and Modifying Chart Data
    In This Topic

    Under the ChartDataSeries object, the six ChartDataArray objects hold the arrays of data that the chart is drawn from. The X, Y, Y1, Y2, and Y3 data array objects hold and return the data arrays for the X and Y-axes, while the PointData data array object holds and returns PointF and Point objects for the X and Y-axes.

    See Also