OHLC Chart
The OHLC chart is a very popular way to display financial (and other) data over time with open, high, low, and close values for periods.
Key implementation details
To create an OHLC chart we add OHLCSeries
to our XY Chart and setup its open, high, low, and close fields.