RangeSelectorChartBuilder Methods
Provides methods that allow you to configure nested options of the client-side chart object.| Name | Description |
|---|---|
| BarGroupPadding(JS) | Controls the padding and consequently the width of a group of bars with the same argument using relative units. Ignored if the barGroupWidth property is set. Mirrors the client-side barGroupPadding option. |
| BarGroupPadding(Double) | Controls the padding and consequently the width of a group of bars with the same argument using relative units. Ignored if the barGroupWidth property is set. Mirrors the client-side barGroupPadding option. |
| BarGroupWidth(JS) | Specifies a fixed width for groups of bars with the same argument, measured in pixels. Takes precedence over the barGroupPadding property. Mirrors the client-side barGroupWidth option. |
| BarGroupWidth(Double) | Specifies a fixed width for groups of bars with the same argument, measured in pixels. Takes precedence over the barGroupPadding property. Mirrors the client-side barGroupWidth option. |
| BottomIndent(JS) | Specifies an indent from the background's bottom to the lowest chart point. Accepts values from 0 to 1. Mirrors the client-side bottomIndent option. |
| BottomIndent(Double) | Specifies an indent from the background's bottom to the lowest chart point. Accepts values from 0 to 1. Mirrors the client-side bottomIndent option. |
| CommonSeriesSettings(Action<ChartCommonSeriesSettingsBuilder>) | An object defining the common configuration properties for the chart's series. Mirrors the client-side commonSeriesSettings object. |
| DataPrepareSettings(Action<RangeSelectorChartDataPrepareSettingsBuilder>) | An object providing properties for managing data from a data source. Mirrors the client-side dataPrepareSettings object. |
| 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. |
| MaxBubbleSize(JS) | Specifies a coefficient that determines the diameter of the largest bubble. Mirrors the client-side maxBubbleSize option. |
| MaxBubbleSize(Double) | Specifies a coefficient that determines the diameter of the largest bubble. Mirrors the client-side maxBubbleSize option. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MinBubbleSize(JS) | Specifies the diameter of the smallest bubble measured in pixels. Mirrors the client-side minBubbleSize option. |
| MinBubbleSize(Double) | Specifies the diameter of the smallest bubble measured in pixels. Mirrors the client-side minBubbleSize option. |
| NegativesAsZeroes(JS) | Forces the UI component to treat negative values as zeroes. Applies to stacked-like series only. Mirrors the client-side negativesAsZeroes option. |
| NegativesAsZeroes(Boolean) | Forces the UI component to treat negative values as zeroes. Applies to stacked-like series only. Mirrors the client-side negativesAsZeroes option. |
| Option(String, Object) | Specifies an option by its name. |
| Palette(JS) | Sets the palette to be used to colorize series in the chart. Mirrors the client-side palette option. |
| Palette(VizPalette) | Sets the palette to be used to colorize series in the chart. Mirrors the client-side palette option. |
| Palette(IEnumerable<String>) | Sets the palette to be used to colorize series in the chart. Mirrors the client-side palette option. |
| PaletteExtensionMode(VizPaletteExtensionMode) | Specifies what to do with colors in the palette when their number is less than the number of series in the chart. Mirrors the client-side paletteExtensionMode option. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Series(Action<CollectionFactory<ChartSeriesBuilder>>) | Provides access to the client-side series option that represents a Chart series collection. |
| SeriesTemplate(Action<RangeSelectorChartSeriesTemplateBuilder>) | Defines properties for the series template. Mirrors the client-side seriesTemplate object. |
| TopIndent(JS) | Specifies an indent from the background's top to the topmost chart point. Accepts values from 0 to 1. Mirrors the client-side topIndent option. |
| TopIndent(Double) | Specifies an indent from the background's top to the topmost chart point. Accepts values from 0 to 1. Mirrors the client-side topIndent option. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| ValueAxis(Action<RangeSelectorChartValueAxisBuilder>) | Configures the chart value axis. Mirrors the client-side valueAxis object. |
See Also