Logarithmic axis in ASP.NET MVC 3D Chart Component

18 Nov 20181 minute to read

Logarithmic axis uses logarithmic scale and it is very useful in visualizing data, when it has numerical values in both lower order of magnitude (eg: 10-6) and higher order of magnitude (eg: 106).

Range

The range of an axis will be calculated automatically based on the provided data and it can also be customized by using the Minimum, Maximum and Interval properties of the axis.

Logarithmic base

Logarithmic base can be customized by using the LogBase property of the axis. For example when the LogBase is 5, the axis values follows 5-2, 5-1, 50, 51, 52 etc.

Logarithmic interval

The interval of the logarithmic axis can be customized by using the Interval property in the axis. When the logarithmic base is 10 and logarithmic Interval is 2, then the axis labels are placed at an interval of 102. The default value of the Interval is 1.