• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Numeric Axis in ASP.NET MVC Chart Control

This sample demonstrates the rendering of numeric axis in the chart with England and West indies cricket match data.

DEMO
SOURCE

Numeric axis is used to plot numeric data in chart. To render numeric axis, set valueType in axis to Double.

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 on the Numeric axis can be found in this documentation section.