Represents a scale that is used determine an object's size.
Constructors
Section titled "Constructors"IgrSizeScale
new IgrSizeScale(props: P): IgrSizeScale Returns IgrSizeScale
Accessors
Section titled "Accessors"globalMaximum
Section titled "globalMaximum"Gets or sets global maximum value that will be mapped to MaxumumValue of this scale
get globalMaximum(): number
Returns number
set globalMaximum(v: number): void Parameters
- v:
number
Returns void
globalMinimum
Section titled "globalMinimum"Gets or sets global minimum value that will be mapped to MinumumValue of this scale
get globalMinimum(): number
Returns number
set globalMinimum(v: number): void Parameters
- v:
number
Returns void
isLogarithmic
Section titled "isLogarithmic"Gets or sets whether the scale is logarithmic.
get isLogarithmic(): boolean
Returns boolean
set isLogarithmic(v: boolean): void Parameters
- v:
boolean
Returns void
logarithmBase
Section titled "logarithmBase"Gets or sets the logarithm base for this scale.
get logarithmBase(): number
Returns number
set logarithmBase(v: number): void Parameters
- v:
number
Returns void
maximumValue
Section titled "maximumValue"Gets or sets the maximum size (in pixels) for this scale.
get maximumValue(): number
Returns number
set maximumValue(v: number): void Parameters
- v:
number
Returns void
minimumValue
Section titled "minimumValue"Gets or sets the minimum size (in pixels) for this scale.
get minimumValue(): number
Returns number
set minimumValue(v: number): void Parameters
- v:
number
Returns void
nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement
Returns HTMLElement
propertyUpdated
Section titled "propertyUpdated"Event raised when a property (including "effective" and non-dependency property) value changes.
get propertyUpdated(): object
Returns object
set propertyUpdated(ev: object): void Parameters
- ev:
object
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
getCurrentGlobalMaximum
Section titled "getCurrentGlobalMaximum"getCurrentGlobalMaximum(): number Returns number
getCurrentGlobalMinimum
Section titled "getCurrentGlobalMinimum"getCurrentGlobalMinimum(): number Returns number
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): IgrSizeScale Parameters
- internal:
any