Example of Default in Blazor Range Selector Component
This sample visualizes the Bitcoin price range using an area series in the range navigator. The selected range values are enhanced with a tooltip.
In this example, the AreaSeries
is used to represent the Bitcoin price data within the range navigator. The Tooltip
displays the selected data range for better clarity. Additionally, you can customize the selected and unselected areas in the range navigator using the SelectedRegionColor and UnselectedRegionColor properties.
More information about the range navigator can be found in this documentation section.