Represents a brush scale that uses value-based brush selection.

IgcValueBrushScaleComponent

new IgcValueBrushScaleComponent(): IgcValueBrushScaleComponent

Returns IgcValueBrushScaleComponent

htmlTagName: string

Inherited from: IgcBrushScaleComponent

brushes: string[]
isLogarithmic: boolean
logarithmBase: number
maximumValue: number
minimumValue: number

Inherited from: IgcBrushScaleComponent

propertyUpdated: object

Inherited from: IgcBrushScaleComponent

Checks if this item is a BrushScale

get isBrushScale(): boolean

Returns boolean

Checks if the value brush scale is ready for usage in the chart

get isReady(): boolean

Returns boolean

get observedAttributes(): string[]

Returns string[]

Inherited from: IgcBrushScaleComponent

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

Inherited from: IgcBrushScaleComponent

findByName(name: string): any

Parameters

  • name: string

Returns any

Inherited from: IgcBrushScaleComponent

Gets a brush from the brushes collection by index.

getBrush(index: number): string

Parameters

  • index: number

Returns string

Inherited from: IgcBrushScaleComponent

Notify attached series about changes to this scale

notifySeries(): void

Returns void

Inherited from: IgcBrushScaleComponent

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

registerSeries(series: IgcSeriesComponent): void

Parameters

Returns void

Inherited from: IgcBrushScaleComponent

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

unregisterSeries(series: IgcSeriesComponent): void

Parameters

Returns void

Inherited from: IgcBrushScaleComponent

_createFromInternal(internal: any): IgcBrushScaleComponent

Parameters

  • internal: any

Returns IgcBrushScaleComponent

register(): void

Returns void