Skip to main content

RangeSelectorChartBuilder Methods

Provides methods that allow you to configure nested options of the client-side chart object.
Name Description
BarGroupPadding(JS) Mirrors the client-side barGroupPadding option.
BarGroupPadding(Double) Mirrors the client-side barGroupPadding option.
BarGroupWidth(JS) Mirrors the client-side barGroupWidth option.
BarGroupWidth(Double) Mirrors the client-side barGroupWidth option.
BottomIndent(JS) Mirrors the client-side bottomIndent option.
BottomIndent(Double) Mirrors the client-side bottomIndent option.
CommonSeriesSettings(Action<ChartCommonSeriesSettingsBuilder>) Mirrors the client-side commonSeriesSettings object.
DataPrepareSettings(Action<RangeSelectorChartDataPrepareSettingsBuilder>) 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) Mirrors the client-side maxBubbleSize option.
MaxBubbleSize(Double) Mirrors the client-side maxBubbleSize option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinBubbleSize(JS) Mirrors the client-side minBubbleSize option.
MinBubbleSize(Double) Mirrors the client-side minBubbleSize option.
NegativesAsZeroes(JS) Mirrors the client-side negativesAsZeroes option.
NegativesAsZeroes(Boolean) Mirrors the client-side negativesAsZeroes option.
Option(String, Object) Specifies an option by its name.
Palette(JS) Mirrors the client-side palette option.
Palette(VizPalette) Mirrors the client-side palette option.
Palette(IEnumerable<String>) Mirrors the client-side palette option.
PaletteExtensionMode(VizPaletteExtensionMode) 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>) Mirrors the client-side seriesTemplate object.
TopIndent(JS) Mirrors the client-side topIndent option.
TopIndent(Double) Mirrors the client-side topIndent option.
ToString() Returns a string that represents the current object. Inherited from Object.
ValueAxis(Action<RangeSelectorChartValueAxisBuilder>) Mirrors the client-side valueAxis object.
See Also