Example of Default in ASP.NET MVC Range Selector Control
This sample visualizes the bitcoin price range with area series in the range navigator. Selected range values are enhanced with tooltip.
DEMO
SOURCE
Bitcoin (USD) Price Range
In this example, you can see how to render and configure the range navigator with area type series.
Tooltip
is used to represent selected data value.
You can also use selectedRegionColor
and unselectedRegionColor
properties to customize selected and unselected area in range navigator.