Represents a base class for brush scales.

Hierarchy

Hierarchy

Implements

  • OnInit

Constructors

Properties

ngAcceptInputType_brushes: string | string[]
ngAcceptInputType_isBrushScale: string | boolean
ngAcceptInputType_isReady: string | boolean
ɵcmp: unknown
ɵfac: unknown

Accessors

  • get brushes(): string[]
  • Gets the brushes collection used by this scale.

    Returns string[]

  • set brushes(v: string[]): void
  • Parameters

    • v: string[]

    Returns void

  • get isBrushScale(): boolean
  • Checks if this item is a BrushScale

    Returns boolean

  • get isReady(): boolean
  • Gets the status of the scale

    Returns boolean

  • get propertyUpdated(): EventEmitter<{
        args: IgxPropertyUpdatedEventArgs;
        sender: any;
    }>
  • Event raised when a property (including "effective" and non-dependency property) value changes.

    Returns EventEmitter<{
        args: IgxPropertyUpdatedEventArgs;
        sender: any;
    }>

Methods

  • Parameters

    • name: string

    Returns any

  • Gets a brush from the brushes collection by index.

    Parameters

    • index: number

    Returns string

  • Returns void

  • Notify attached series about changes to this scale

    Returns void

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

    Parameters

    Returns void

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

    Parameters

    Returns void