Blazor Chart with Numeric Axis Example.
This sample demonstrates the numeric axis in a chart displaying England and West Indies cricket match data.
A numeric axis is used to represent numeric value data in a chart. To render a numeric axis, set the ValueType property in the axis to Double.
Tooltip is enabled in this example. To see tooltip information, hover over or tap on a data point on touch-enabled devices.
More information about the numeric axis can be found in this documentation section.