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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
HorizontalOrientation(HorizontalAlignment)
|
Specifies the orientation of scale ticks. Applies only if the geometry.orientation property is 'vertical'. Mirrors the client-side horizontalOrientation option.
|
Label(Action<LinearGaugeScaleLabelBuilder>)
|
Specifies common properties for scale labels. Mirrors the client-side label object.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MinorTick(Action<LinearGaugeScaleMinorTickBuilder>)
|
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.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ScaleDivisionFactor(JS)
|
Mirrors the client-side scaleDivisionFactor option.
|
ScaleDivisionFactor(Double)
|
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<LinearGaugeScaleTickBuilder>)
|
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.
|
VerticalOrientation(VerticalAlignment)
|
Specifies the orientation of scale ticks. Applies only if the geometry.orientation property is 'horizontal'. Mirrors the client-side verticalOrientation option.
|