Example of Logarithmic Scale in ASP.NET MVC Range Selector Control
This sample demonstrates rendering logarithmic axis in the range navigator.
DEMO
SOURCE
Inflation vs Goods Consumers
Logarithmic axis uses logarithmic scale and it is very useful in visualizing when the data has values with both lower order of magnitude (eg: 10^-6) and higher order of magnitude (eg: 10^6).
To render Logarithmic axis, set valueType
to Logarithmic
.