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 |
---|---|
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. |
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