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

    The following table lists the Data Arrays used for HiLo charts. Each data series requires the use of the X array and two Y array values including Y and Y1 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 Holds the position on the X-axis.
    Y Holds the high value for the chart.
    Y1 Holds the low value for the chart.
    Y2 Not in effect for HiLo charts.
    Y3 Not in effect for HiLo charts.
    See Also