Charts / Chart Axes / Logarithmic Axis

Blazor Chart Example - Logarithmic Axis Scale Configuration

Loading Syncfusion Blazor Server Demos…

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.