Represents a base class for brush scales.

IgxBrushScaleComponent

new IgxBrushScaleComponent(): IgxBrushScaleComponent

Returns IgxBrushScaleComponent

ngAcceptInputType_brushes: string | string[]
ngAcceptInputType_isBrushScale: string | boolean
ngAcceptInputType_isReady: string | boolean
ɵcmp: ɵɵComponentDeclaration<IgxBrushScaleComponent, "igx-brush-scale", never, object, object, never, never>
ɵfac: ɵɵFactoryDeclaration<IgxBrushScaleComponent, never>
brushes: string[]

Checks if this item is a BrushScale

get isBrushScale(): boolean

Returns boolean

Gets the status of the scale

get isReady(): boolean

Returns boolean

Event raised when a property (including "effective" and non-dependency property) value changes.

get propertyUpdated(): EventEmitter<object>

Returns EventEmitter<object>

findByName(name: string): any

Parameters

  • name: string

Returns any

Gets a brush from the brushes collection by index.

getBrush(index: number): string

Parameters

  • index: number

Returns string

ngOnInit(): void

Returns void

Notify attached series about changes to this scale

notifySeries(): void

Returns void

Registers a series with the scale. Under normal circumstances you should not need to call this manually.

registerSeries(series: IgxSeriesComponent): void

Parameters

Returns void

Unregisters a series with the scale. Under normal circumstances you should not need to call this manually.

unregisterSeries(series: IgxSeriesComponent): void

Parameters

Returns void

_createFromInternal(internal: any): IgxBrushScaleComponent

Parameters

  • internal: any

Returns IgxBrushScaleComponent