Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CircularGaugeScaleBuilder Members

In This Article
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
Show Inherited Hide Inherited

Name Description
AllowDecimals(JS) Specifies whether to allow decimal values on the scale. When false, the scale contains integer values only. Mirrors the client-side allowDecimals option.
AllowDecimals(Boolean) Specifies whether to allow decimal values on the scale. When false, the scale contains integer values only. Mirrors the client-side allowDecimals option.
CustomMinorTicks(JS) Specifies an array of custom minor ticks. Mirrors the client-side customMinorTicks option.
CustomMinorTicks(IEnumerable<Double>) Specifies an array of custom minor ticks. Mirrors the client-side customMinorTicks option.
CustomTicks(JS) Specifies an array of custom major ticks. Mirrors the client-side customTicks option.
CustomTicks(IEnumerable<Double>) Specifies an array of custom major ticks. Mirrors the client-side customTicks option.
EndValue(JS) Specifies the end value for the scale of the gauge. Mirrors the client-side endValue option.
EndValue(Double) Specifies the end value for the scale of the gauge. 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>) Specifies common properties for scale labels. Mirrors the client-side label object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinorTick(Action<CircularGaugeScaleMinorTickBuilder>) Specifies properties of the gauge's minor ticks. Mirrors the client-side minorTick object.
MinorTickInterval(JS) Specifies an interval between minor ticks. Mirrors the client-side minorTickInterval option.
MinorTickInterval(Double) Specifies an interval between minor ticks. Mirrors the client-side minorTickInterval option.
Option(String, Object) Specifies an option by its name.
Orientation(CircularGaugeElementOrientation) Specifies the orientation of scale ticks. 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) Specifies the minimum distance between two neighboring major ticks in pixels. Mirrors the client-side scaleDivisionFactor option.
ScaleDivisionFactor(Double) Specifies the minimum distance between two neighboring major ticks in pixels. Mirrors the client-side scaleDivisionFactor option.
StartValue(JS) Specifies the start value for the scale of the gauge. Mirrors the client-side startValue option.
StartValue(Double) Specifies the start value for the scale of the gauge. Mirrors the client-side startValue option.
Tick(Action<CircularGaugeScaleTickBuilder>) Specifies properties of the gauge's major ticks. Mirrors the client-side tick object.
TickInterval(JS) Specifies an interval between major ticks. Mirrors the client-side tickInterval option.
TickInterval(Double) Specifies an interval between major ticks. Mirrors the client-side tickInterval option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also