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

    The following table lists the Data Arrays used for Radar charts. Each data series requires only a Y array value to be charted. Adding values to the other arrays will not affect 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 Ignored except for labels.
    Y Holds the Y-axis data values for the Radar chart. The number of points in the Y Data Array determines the amount of radar lines in the chart.
    Y1 No effect for Radar charts.
    Y2 No effect for Radar charts.
    Y3 No effect for Radar charts.
    See Also