2D Chart for WinForms | ComponentOne
Specific 2D Charts / Area Charts / Area Chart Programming Considerations
In This Topic
    Area Chart Programming Considerations
    In This Topic

    The following table describes the Data Arrays that are used for Area charts. Each data series requires X and Y array values to be charted. Adding values to the other arrays will not have an effect for this chart, but filling the arrays with data could make it easier to switch to another chart type that does use those arrays:


    Property Description
    X Holds the position on the X-axis.
    Y Holds the position on the X-axis.
    Y1 No effect for Area charts.
    Y2 No effect for Area charts.
    Y3 No effect for Area charts.
    See Also