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, true, never> ɵfac: ɵɵFactoryDeclaration<IgxSizeScaleComponent, never> 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
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
Returns IgxSizeScaleComponent
register
Section titled "register"register(): void