Custom Range Selector

The Custom Range Selector lets you select and focus on data within a specific time period by selecting the start and end points. It comes in handy when you are aware of the exact time period, for which you want to see the data.

A Custom Range Selector looks as shown in the image below:

Custom Range Selector

Show/Hide Custom Range Selector

To show the Custom Range Selector, set to true the value of the Enable property of the CustomRangeSelector object of the timeSeries class. Refer to the code given below:

/* Custom range selector */
timeSeries.CustomRangeSelector.Enable = true;

The Custom Range Selector will look as shown below:

Loading data for chart…