Blazor Hilo Chart Example
This Blazor Hilo Chart example visualizes the AAPL stock price with a default Hilo series in the chart. The tooltip shows information about the stock price.
This example demonstrates how to render and configure the HILO series with a last value label using the ChartLastDataLabel. This series shows the high and low stock values over a given period of time.
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 HILO series can be found in this documentation section.