Trusted by the world’s leading companies
Overview
The Blazor Range Selector component is an interface for selecting a small range from a larger collection. It is commonly used in financial dashboards to filter a date range for data that needs to be visualized.
Blazor Range Selector Code Example
Easily get started with the Blazor Range Selector using a few simple lines of C# code as demonstrated below. Also explore our Blazor Range Selector Example that shows you how to render and configure the Range Selector in Blazor.
@using Syncfusion.Blazor
@using Syncfusion.Blazor.Charts
<SfRangeNavigator ValueType="RangeValueType.DateTime" IntervalType="RangeIntervalType.Years" LabelFormat="yyyy">
<RangeNavigatorSeriesCollection>
<RangeNavigatorSeries DataSource="@StockDetails" XName="Date" Type="RangeNavigatorType.Area" YName="Close"></RangeNavigatorSeries>
</RangeNavigatorSeriesCollection>
</SfRangeNavigator>
@code {
public class StockPrice
{
public DateTime Date { get; set; }
public double Close { get; set; }
}
public List<StockPrice> StockDetails = new List<StockPrice>
{
new StockPrice { Date = new DateTime(2005, 01, 01), Close = 21 },
new StockPrice { Date = new DateTime(2006, 01, 01), Close = 24 },
new StockPrice { Date = new DateTime(2007, 01, 01), Close = 36 },
new StockPrice { Date = new DateTime(2008, 01, 01), Close = 38 },
new StockPrice { Date = new DateTime(2009, 01, 01), Close = 54 },
new StockPrice { Date = new DateTime(2010, 01, 01), Close = 57 },
new StockPrice { Date = new DateTime(2011, 01, 01), Close = 62 }
};
}Data types
Plot different types of data in the Blazor Range Selector component using different value types like numeric, date-time, and logarithmic.
Chart Types
Use the Blazor Range Selector component with different chart types like line, area and step line.
Lightweight
Skip the chart and show just the range to select data. This makes a range selector light weight in mobile devices.
Scales
A date-time axis can be configured to show in major and minor scales. The major and minor scales show where a range falls within different intervals and are displayed in multiple levels
Time Period Selector
Select data using predefined time periods in the range navigator and use the date picker to select a custom range.
Binding selected data
Bind selected data from a range selector to any other data visualization control using built-in events.
Deferred scrolling
The selected range doesn’t change until the user stops dragging the thumbs. This provides a smooth scrolling experience.

Range selection
The Blazor Range Selector component provides the following ways to select a range:
- Select a range through labels.
- Drag the left and right thumbs.
- Drag the selected range to maintain the same delta.
Customization
All the elements of the Blazor Range Selector component are highly customizable with built-in APIs.

Labels
Customize the size, color, font family, font attribute, and alignment of the labels using built-in APIs.
![]()
Thumbs
Customize the entire appearance of the left and right thumbs using built-in APIs.

Gridlines
Customize the color, stroke width, dash array, and visibility of the major and minor gridlines using built-in APIs.
Tooltip
Tooltips display the start and end values of a selected range to enable users to select a required range easily.
Globalization and localization

Globalization
The Blazor Range Selector component allows users from different locales to format dates, currency, and numbers to suit preferences. The component uses the Essential JS 2 internalization library for handling value formatting.

Right to left {RTL}
The Blazor Range Selector component supports right-to-left rendering, allowing the series and scale direction to be displayed from right to left. This improves the user experience and accessibility for users of RTL languages.
Other supported frameworks
The Range Selector is available for the React, Angular, JavaScript, and Vue frameworks. Explore its platform-specific options through the following links:
Supported browsers
The Blazor Range Selector works well with all modern web browsers, including Chrome, Firefox, Edge, Safari, and Opera.

Not sure how to create your first Blazor Range Selector? Our documentation can help.
I’d love to read it nowBlazor Components – 145+ UI and DataViz Components
Frequently Asked Questions
Why should you choose the Syncfusion Blazor Range Selector?
Quick visualization of high-level data and for selecting a time-period with a modern interface to filter data.
- Seamless integration with Charts, DataGrid, ListView, etc, to show filtered data.
- UI is responsive and adaptive to any mobile device.
- Simple configuration and API.
- Support for all modern browsers.
Extensive demos, documentation, and videos to learn quickly and get started with the Blazor Range Selector component.
Where can I find the Syncfusion Blazor Range Selector demo?
You can find our Blazor Range Selector demo, which demonstrates how to render and configure the Range Selector.
Can I download and utilize the Syncfusion Blazor Range Selector for free?
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.
How do I get started with Syncfusion Blazor Range Selector?
A good place to start would be our comprehensive getting started documentation.
Our Customers Love Us
Awards
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion® is proud to hold the following industry awards.