Total: 5,078,272,220 people
Our Blazor Range Selector component supports a Discrete
scale type and allows you to select a range of string values (categories). The component determines scale type based on assigned data source type. To change scale type, use the DxRangeSelectorScale.Type property.
In this demo, the Range Selector uses a nested DxRangeSelectorChart object to display a chart with bars (where each bar corresponds to a country's population). When you change the range, the component raises the DxRangeSelector.ValueChanged event and calculates total population based on selected countries.