Constructors
Section titled "Constructors"IgrLinearGraphRange
new IgrLinearGraphRange(props: IIgrLinearGraphRangeProps): IgrLinearGraphRange Returns IgrLinearGraphRange
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(): XamLinearGraphRange
Returns XamLinearGraphRange
innerEndExtent
Section titled "innerEndExtent"Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.
get innerEndExtent(): number
Returns number
set innerEndExtent(v: number): void Parameters
- v:
number
Returns void
innerStartExtent
Section titled "innerStartExtent"Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the inner edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.
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 measured from the front/bottom of the bullet graph (from 0 to 1) at which to end rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.
get outerEndExtent(): number
Returns number
set outerEndExtent(v: number): void Parameters
- v:
number
Returns void
outerStartExtent
Section titled "outerStartExtent"Gets or sets the distance measured from the front/bottom of the bullet graph (from 0 to 1) at which to start rendering the outer edge of the range. Values further from zero than 1 can be used to make this extend further than the normal width/height of the bullet graph.
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(): XamLinearGraphRange
Returns XamLinearGraphRange
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
ngOnInit
Section titled "ngOnInit"ngOnInit(): void Returns void
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): IgrLinearGraphRange Parameters
- internal:
any