Blazor Chart with Logarithmic Axis Example.
This sample demonstrates a logarithmic axis in a chart displaying revenue data of Meta between 2011 and 2024.
The logarithmic axis uses a logarithmic scale and is essential for visualizing data with values spanning multiple orders of magnitude, such as:
- Very small values (e.g., 10^-6)
- Very large values (e.g., 10^6)
To enable the logarithmic axis, set the ValueType property in the axis to Logarithmic.
Tooltip is enabled in this example. To see tooltip information, hover over a data point or tap on one on touch-enabled devices.
More information about the logarithmic axis can be found in this documentation section.