Blazor Range Navigator Numeric Axis Example
This sample uses a numeric Range Navigator axis to depict cricket match data between two countries, with an interactive tooltip displaying the selected range.
Configuration:
- Set the ValueType property to
Doubleto render a numeric axis - Numeric axes are ideal for non-time-series data requiring precise value-based range selection
More information: documentation section.