• 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 Log Axis in ASP.NET MVC Chart Control

This sample shows a logarithmic axis in a chart with data about the sales of a product between 1995 and 2005.

DEMO
SOURCE

The logarithmic axis uses a logarithmic scale and is very useful when viewing data with values of both lower orders of magnitude (e.g., 10^-6) and higher orders of magnitude (e.g. 10^6). To use the logarithmic axis, set ValueType in axis to Logarithmic.

Tooltip is enabled in this example. To see the tooltip in action, hover over a data point or tap one on touch-enabled devices.

More information about the logarithmic axis can be found in this documentation section.