Skip to main content
A newer version of this page is available. .

BootstrapRangeSelectorChart Properties

Stores settings of the Range Selector control’s chart.
Name Description
BarWidth Specifies a value defining the width of the bars.
BottomIndent Specifies a coefficient for determining an indent from the bottom background boundary to the lowest chart point.
EqualBarWidth Specifies whether all bars should have equal width, even if some values are missing from a series. Applies only to bar-like series.
NegativesAsZeroes Forces the control to treat negative values as zeroes. Applies to stacked-like series only.
Owner This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Palette Specifies the predefined DevExtreme palette used by the chart.
SeriesCollection Provides access to a collection of the chart’s series.
SettingsCommonSeries Provides access to settings applied to all series displayed by the chart.
SettingsDataPrepare Provides access to settings that determine how the chart manages data from a data source.
SettingsSeriesTemplate Provides access to the chart’s series template settings.
TopIndent Specifies a coefficient for determining an indent from the background’s top boundary to the topmost chart point.
UseAggregation Specifies whether to filter the series points depending on their quantity.
ValueAxis Specifies value axis options for a chart control.
See Also