Represents a scale that is used determine an object's size.
Constructors
Section titled "Constructors"IgxSizeScaleComponent
new IgxSizeScaleComponent(): IgxSizeScaleComponent Returns IgxSizeScaleComponent
Properties
Section titled "Properties"ngAcceptInputType_globalMaximum
Section titled "ngAcceptInputType_globalMaximum"ngAcceptInputType_globalMaximum: string | number ngAcceptInputType_globalMinimum
Section titled "ngAcceptInputType_globalMinimum"ngAcceptInputType_globalMinimum: string | number ngAcceptInputType_isLogarithmic
Section titled "ngAcceptInputType_isLogarithmic"ngAcceptInputType_isLogarithmic: string | boolean ngAcceptInputType_logarithmBase
Section titled "ngAcceptInputType_logarithmBase"ngAcceptInputType_logarithmBase: string | number ngAcceptInputType_maximumValue
Section titled "ngAcceptInputType_maximumValue"ngAcceptInputType_maximumValue: string | number ngAcceptInputType_minimumValue
Section titled "ngAcceptInputType_minimumValue"ngAcceptInputType_minimumValue: string | number ɵcmp: ɵɵComponentDeclaration<IgxSizeScaleComponent, "igx-size-scale", never, object, object, never, never> ɵfac: ɵɵFactoryDeclaration<IgxSizeScaleComponent, never> 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 Accessors
Section titled "Accessors"propertyUpdated
Section titled "propertyUpdated"Event raised when a property (including "effective" and non-dependency property) value changes.
get propertyUpdated(): EventEmitter<object> Returns EventEmitter<object>
Methods
Section titled "Methods"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
ngOnInit
Section titled "ngOnInit"ngOnInit(): void Returns void
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgxSizeScaleComponent Parameters
- internal:
any