Blazor Range Navigator Logarithmic Axis Example
This sample depicts the inflation and goods consumers data with the help of logarithmic axis in range navigator.
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. Tooltip is enabled in this example, to see the tooltip in action, while the selected range is changed.
Tooltip is enabled to show the selected data range, while the selected range is changed.
More information about the range navigator can be found in this documentation section.