Skip to main content

RangeSelectorScaleBuilder Methods

Provides methods that allow you to configure nested options of the client-side scale object.
Name Description
AggregateByCategory(JS) Obsolete. Mirrors the client-side aggregateByCategory option.
AggregateByCategory(Boolean) Obsolete. Mirrors the client-side aggregateByCategory option.
AggregationGroupWidth(JS) Mirrors the client-side aggregationGroupWidth option.
AggregationGroupWidth(Double) Mirrors the client-side aggregationGroupWidth option.
AggregationInterval(JS) Mirrors the client-side aggregationInterval option.
AggregationInterval(VizTimeInterval) Mirrors the client-side aggregationInterval option.
AggregationInterval(Action<RangeSelectorScaleAggregationIntervalBuilder>) Mirrors the client-side aggregationInterval object.
AggregationInterval(Double) Mirrors the client-side aggregationInterval option.
AllowDecimals(JS) Mirrors the client-side allowDecimals option.
AllowDecimals(Boolean) Mirrors the client-side allowDecimals option.
Breaks(Action<CollectionFactory<VizScaleBreakBuilder>>) Provides access to the client-side breaks option that represents a scale break collection.
BreakStyle(Action<RangeSelectorScaleBreakStyleBuilder>) Mirrors the client-side breakStyle object.
Categories(JS) Mirrors the client-side categories option.
Categories(IEnumerable<DateTime>) Mirrors the client-side categories option.
Categories(IEnumerable<Double>) Mirrors the client-side categories option.
Categories(IEnumerable<String>) Mirrors the client-side categories option.
DiscreteAxisDivisionMode(DiscreteAxisDivisionMode)
EndOnTick(JS) Mirrors the client-side endOnTick option.
EndOnTick(Boolean) Mirrors the client-side endOnTick option.
EndValue(JS) Mirrors the client-side endValue option.
EndValue(DateTime) Mirrors the client-side endValue option.
EndValue(Double) Mirrors the client-side endValue option.
EndValue(String) Mirrors the client-side endValue option.
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.
Holidays(JS) Mirrors the client-side holidays option.
Holidays(IEnumerable<DateTime>) Mirrors the client-side holidays option.
Holidays(IEnumerable<Double>) Mirrors the client-side holidays option.
Holidays(IEnumerable<String>) Mirrors the client-side holidays option.
Label(Action<RangeSelectorScaleLabelBuilder>) Mirrors the client-side label object.
LinearThreshold(JS) Mirrors the client-side linearThreshold option.
LinearThreshold(Double) Mirrors the client-side linearThreshold option.
LogarithmBase(JS) Mirrors the client-side logarithmBase option.
LogarithmBase(Double) Mirrors the client-side logarithmBase option.
Marker(Action<RangeSelectorScaleMarkerBuilder>) Mirrors the client-side marker object.
MaxRange(JS) Mirrors the client-side maxRange option.
MaxRange(VizTimeInterval) Mirrors the client-side maxRange option.
MaxRange(Action<RangeSelectorScaleMaxRangeBuilder>) Mirrors the client-side maxRange object.
MaxRange(Double) Mirrors the client-side maxRange option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinorTick(Action<RangeSelectorScaleMinorTickBuilder>) Mirrors the client-side minorTick object.
MinorTickCount(JS) Mirrors the client-side minorTickCount option.
MinorTickCount(Int32) Mirrors the client-side minorTickCount option.
MinorTickInterval(JS) Mirrors the client-side minorTickInterval option.
MinorTickInterval(VizTimeInterval) Mirrors the client-side minorTickInterval option.
MinorTickInterval(Action<RangeSelectorScaleMinorTickIntervalBuilder>) Mirrors the client-side minorTickInterval object.
MinorTickInterval(Double) Mirrors the client-side minorTickInterval option.
MinRange(JS) Mirrors the client-side minRange option.
MinRange(VizTimeInterval) Mirrors the client-side minRange option.
MinRange(Action<RangeSelectorScaleMinRangeBuilder>) Mirrors the client-side minRange object.
MinRange(Double) Mirrors the client-side minRange option.
Option(String, Object) Specifies an option by its name.
PlaceholderHeight(JS) Mirrors the client-side placeholderHeight option.
PlaceholderHeight(Double) Mirrors the client-side placeholderHeight option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowCustomBoundaryTicks(JS) Mirrors the client-side showCustomBoundaryTicks option.
ShowCustomBoundaryTicks(Boolean) Mirrors the client-side showCustomBoundaryTicks option.
SingleWorkdays(JS) Mirrors the client-side singleWorkdays option.
SingleWorkdays(IEnumerable<DateTime>) Mirrors the client-side singleWorkdays option.
SingleWorkdays(IEnumerable<Double>) Mirrors the client-side singleWorkdays option.
SingleWorkdays(IEnumerable<String>) Mirrors the client-side singleWorkdays option.
StartValue(JS) Mirrors the client-side startValue option.
StartValue(DateTime) Mirrors the client-side startValue option.
StartValue(Double) Mirrors the client-side startValue option.
StartValue(String) Mirrors the client-side startValue option.
Tick(Action<RangeSelectorScaleTickBuilder>) Mirrors the client-side tick object.
TickInterval(JS) Mirrors the client-side tickInterval option.
TickInterval(VizTimeInterval) Mirrors the client-side tickInterval option.
TickInterval(Action<RangeSelectorScaleTickIntervalBuilder>) Mirrors the client-side tickInterval object.
TickInterval(Double) Mirrors the client-side tickInterval option.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(RangeSelectorAxisScaleType) Mirrors the client-side type option.
ValueType(ChartDataType) Mirrors the client-side valueType option.
WorkdaysOnly(JS) Mirrors the client-side workdaysOnly option.
WorkdaysOnly(Boolean) Mirrors the client-side workdaysOnly option.
WorkWeek(JS) Mirrors the client-side workWeek option.
WorkWeek(IEnumerable<Int32>) Mirrors the client-side workWeek option.
See Also