Example of Candle Stick in ASP.NET Core Chart Control
This sample visualizes the AAPL stock price with a default candlestick series. The tooltip and crosshair show information about the stock price.
DEMO
SOURCE
In this example, you can see how to render and configure the candlestick series. This chart shows financial data and trends at equal intervals. It can often be combined with line and column charts to show the closing value of the stock and volume of the data.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the candle series can be found in this documentation section.