IIgrRadialGaugeRangeProps
Properties
Section titled "Properties"Optional brush
Section titled "brush"Gets or sets the brush to use to fill the range.
brush?: string Optional endValue
Section titled "endValue"Gets or sets the value at which the range ends along the scale.
endValue?: string | number Optional innerEndExtent
Section titled "innerEndExtent"Gets or sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.
innerEndExtent?: string | number Optional innerStartExtent
Section titled "innerStartExtent"Gets or sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the inner sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.
innerStartExtent?: string | number Optional outerEndExtent
Section titled "outerEndExtent"Gets or sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.
outerEndExtent?: string | number Optional outerStartExtent
Section titled "outerStartExtent"Gets or sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the outer sweep of the range. Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.
outerStartExtent?: string | number Optional outline
Section titled "outline"Gets or sets the outline to use when rendering the range.
outline?: string Optional startValue
Section titled "startValue"Gets or sets the value at which the range starts along the scale.
startValue?: string | number Optional strokeThickness
Section titled "strokeThickness"Gets or sets the stroke thickness to use when rendering this range's outline.
strokeThickness?: string | number