Example of Numeric Axis in ASP.NET Core Chart Control
This sample shows the numeric axis in a chart with England and West Indies cricket match data.
DEMO
SOURCE
You can use a numeric axis to represent numeric value data in a chart. To render a numeric axis, set the ValueType in axis to Double.
Tooltip
is enabled in this example. To see the tooltip in action, hover over a point or tap on a point in touch-enabled devices.
More information about the numeric axis can be found in this documentation section.