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

BootstrapRangeSelectorChart Members

Stores settings of the Range Selector control’s chart.

Constructors

Name Description
BootstrapRangeSelectorChart(IPropertiesOwner) Initializes a new instance of the BootstrapRangeSelectorChart class with the specified owner.

Properties

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.

Methods

Name Description
Assign(PropertiesBase) Copies the public properties from the specified object to the current one.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also