Represents a scale that is used determine an object's size.
Constructors
Section titled "Constructors"IgrSizeScale
new IgrSizeScale(props: P): IgrSizeScale Returns IgrSizeScale
Properties
Section titled "Properties"globalMaximum
Section titled "globalMaximum"globalMaximum: number globalMinimum
Section titled "globalMinimum"globalMinimum: number isLogarithmic
Section titled "isLogarithmic"isLogarithmic: boolean logarithmBase
Section titled "logarithmBase"logarithmBase: number maximumValue
Section titled "maximumValue"maximumValue: number minimumValue
Section titled "minimumValue"minimumValue: number propertyUpdated
Section titled "propertyUpdated"propertyUpdated: object Accessors
Section titled "Accessors"nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
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