Blazor Stock Chart with DateTime Category Axis Example.
This sample demonstrates the AAPL stock price using the DateTimeCategory
axis type in the stock chart to display the minimum number of labels without any overlap on various business days.
In this example, you can see how to render and configure a stock chart to visualize stock data using the DateTimeCategory
axis type. To render a line series, use a Line
series type.
Meanwhile, crosshair is enabled in this example. Hover over the chart or tap it on touch-enabled devices to see the crosshair in action.
More information about axis types can be found in this documentation section.