Represents a base class for brush scales.

IgcBrushScaleComponent

new IgcBrushScaleComponent(): IgcBrushScaleComponent

Returns IgcBrushScaleComponent

htmlTagName: string
brushes: string[]
propertyUpdated: object

Checks if this item is a BrushScale

get isBrushScale(): boolean

Returns boolean

Gets the status of the scale

get isReady(): boolean

Returns boolean

get observedAttributes(): string[]

Returns string[]

attributeChangedCallback(name: string, oldValue: string, newValue: string): void

Parameters

  • name: string
  • oldValue: string
  • newValue: string

Returns void

connectedCallback(): void

Returns void

disconnectedCallback(): void

Returns void

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

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: IgcSeriesComponent): void

Parameters

Returns void

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

unregisterSeries(series: IgcSeriesComponent): void

Parameters

Returns void

_createFromInternal(internal: any): IgcBrushScaleComponent

Parameters

  • internal: any

Returns IgcBrushScaleComponent

register(): void

Returns void