BootstrapRangeSelectorChart Properties
Stores settings of the Range Selector control’s chart.Name | Description |
---|---|
BottomIndent | Specifies a coefficient for determining an indent from the bottom background boundary to the lowest chart point. |
MaxBubbleSize | |
MinBubbleSize | |
NegativesAsZeroes | Forces the control to treat negative values as zeroes. Applies to stacked-like series only. |
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. |
ValueAxis | Specifies value axis options for a chart control. |
See Also