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 ValueTypeopens in a new tab 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 sectionopens in a new tab.