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

CircularGaugeScaleBuilder Members

Provides methods that allow you to configure nested options of the client-side scale object.

Constructors

Name Description
CircularGaugeScaleBuilder(OptionsOwnerContext) For internal use only. Initializes a new CircularGaugeScaleBuilder class instance.

Methods

Name Description
AllowDecimals(JS) Mirrors the client-side allowDecimals option.
AllowDecimals(Boolean) Mirrors the client-side allowDecimals option.
CustomMinorTicks(JS) Mirrors the client-side customMinorTicks option.
CustomMinorTicks(IEnumerable<Double>) Mirrors the client-side customMinorTicks option.
CustomTicks(JS) Mirrors the client-side customTicks option.
CustomTicks(IEnumerable<Double>) Mirrors the client-side customTicks option.
EndValue(JS) Mirrors the client-side endValue option.
EndValue(Double) 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.
Label(Action<CircularGaugeScaleLabelBuilder>) Mirrors the client-side label object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinorTick(Action<CircularGaugeScaleMinorTickBuilder>) Mirrors the client-side minorTick object.
MinorTickInterval(JS) Mirrors the client-side minorTickInterval option.
MinorTickInterval(Double) Mirrors the client-side minorTickInterval option.
Option(String, Object) Specifies an option by its name.
Orientation(CircularGaugeElementOrientation) Mirrors the client-side orientation option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ScaleDivisionFactor(JS) Mirrors the client-side scaleDivisionFactor option.
ScaleDivisionFactor(Double) Mirrors the client-side scaleDivisionFactor option.
StartValue(JS) Mirrors the client-side startValue option.
StartValue(Double) Mirrors the client-side startValue option.
Tick(Action<CircularGaugeScaleTickBuilder>) Mirrors the client-side tick object.
TickInterval(JS) Mirrors the client-side tickInterval option.
TickInterval(Double) Mirrors the client-side tickInterval option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also