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

    The following table lists the Data Arrays used for HiLoOpenClose charts. Each data series requires four Y array values including Y, Y1, Y2, and Y3 to be charted.

    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 Holds the open value for the chart.
    Y3 Holds the close value for the chart.
    See Also