Represents a base class for brush scales.
Constructors
Section titled "Constructors"IgxBrushScaleComponent
new IgxBrushScaleComponent(): IgxBrushScaleComponent Returns IgxBrushScaleComponent
Properties
Section titled "Properties"ngAcceptInputType_brushes
Section titled "ngAcceptInputType_brushes"ngAcceptInputType_brushes: string | string[] ngAcceptInputType_isBrushScale
Section titled "ngAcceptInputType_isBrushScale"ngAcceptInputType_isBrushScale: string | boolean ngAcceptInputType_isReady
Section titled "ngAcceptInputType_isReady"ngAcceptInputType_isReady: string | boolean ɵcmp: ɵɵComponentDeclaration<IgxBrushScaleComponent, "igx-brush-scale", never, object, object, never, never> ɵfac: ɵɵFactoryDeclaration<IgxBrushScaleComponent, never> brushes
Section titled "brushes"brushes: string[] Accessors
Section titled "Accessors"isBrushScale
Section titled "isBrushScale"Checks if this item is a BrushScale
get isBrushScale(): boolean Returns boolean
isReady
Section titled "isReady"Gets the status of the scale
get isReady(): boolean Returns boolean
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
getBrush
Section titled "getBrush"Gets a brush from the brushes collection by index.
getBrush(index: number): string Parameters
- index:
number
Returns string
ngOnInit
Section titled "ngOnInit"ngOnInit(): void Returns void
notifySeries
Section titled "notifySeries"Notify attached series about changes to this scale
notifySeries(): void Returns void
registerSeries
Section titled "registerSeries"Registers a series with the scale. Under normal circumstances you should not need to call this manually.
registerSeries(series: IgxSeriesComponent): void Parameters
- series:
IgxSeriesComponent- The series to register with the scale.
Returns void
unregisterSeries
Section titled "unregisterSeries"Unregisters a series with the scale. Under normal circumstances you should not need to call this manually.
unregisterSeries(series: IgxSeriesComponent): void Parameters
- series:
IgxSeriesComponent- The series to unregister from the scale.
Returns void
_createFromInternal
Section titled "_createFromInternal"_createFromInternal(internal: any): IgxBrushScaleComponent Parameters
- internal:
any