Constructors
Section titled "Constructors"IgrRadialGaugeRange
new IgrRadialGaugeRange(props: IIgrRadialGaugeRangeProps): IgrRadialGaugeRange Returns IgrRadialGaugeRange
Accessors
Section titled "Accessors"brush
Section titled "brush"Gets or sets the brush to use to fill the range.
get brush(): string
Returns string
set brush(v: string): void Parameters
- v:
string
Returns void
endValue
Section titled "endValue"Gets or sets the value at which the range ends along the scale.
get endValue(): number
Returns number
set endValue(v: number): void Parameters
- v:
number
Returns void
get i(): XamRadialGaugeRange
Returns XamRadialGaugeRange
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.
get innerEndExtent(): number
Returns number
set innerEndExtent(v: number): void Parameters
- v:
number
Returns void
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.
get innerStartExtent(): number
Returns number
set innerStartExtent(v: number): void Parameters
- v:
number
Returns void
Gets or sets the name of the range.
get name(): string
Returns string
set name(v: string): void Parameters
- v:
string
Returns void
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.
get outerEndExtent(): number
Returns number
set outerEndExtent(v: number): void Parameters
- v:
number
Returns void
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.
get outerStartExtent(): number
Returns number
set outerStartExtent(v: number): void Parameters
- v:
number
Returns void
outline
Section titled "outline"Gets or sets the outline to use when rendering the range.
get outline(): string
Returns string
set outline(v: string): void Parameters
- v:
string
Returns void
rangeInternal
Section titled "rangeInternal"get rangeInternal(): XamRadialGaugeRange
Returns XamRadialGaugeRange
startValue
Section titled "startValue"Gets or sets the value at which the range starts along the scale.
get startValue(): number
Returns number
set startValue(v: number): void Parameters
- v:
number
Returns void
strokeThickness
Section titled "strokeThickness"Gets or sets the stroke thickness to use when rendering this range's outline.
get strokeThickness(): number
Returns number
set strokeThickness(v: number): void Parameters
- v:
number
Returns void
Methods
Section titled "Methods"componentDidMount
Section titled "componentDidMount"componentDidMount(): void Returns void
findByName
Section titled "findByName"findByName(name: string): any Parameters
- name:
string
Returns any
render
Section titled "render"render(): any Returns any
shouldComponentUpdate
Section titled "shouldComponentUpdate"shouldComponentUpdate(nextProps: any, nextState: any): boolean Parameters
- nextProps:
any - nextState:
any
Returns boolean
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgrRadialGaugeRange Parameters
- internal:
any