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

Hierarchy

Hierarchy

Constructors

Properties

ngAcceptInputType_brushes: string | string[]
ngAcceptInputType_isBrushScale: string | boolean
ngAcceptInputType_isLogarithmic: string | boolean
ngAcceptInputType_isReady: string | boolean
ngAcceptInputType_logarithmBase: string | number
ngAcceptInputType_maximumValue: string | number
ngAcceptInputType_minimumValue: string | number
ɵ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 isLogarithmic(): boolean
  • Gets or sets whether the scale is logarithmic.

    Returns boolean

  • set isLogarithmic(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

  • get isReady(): boolean
  • Checks if the value brush scale is ready for usage in the chart

    Returns boolean

  • get logarithmBase(): number
  • Gets or sets the logarithm base for this scale.

    Returns number

  • set logarithmBase(v: number): void
  • Parameters

    • v: number

    Returns void

  • get maximumValue(): number
  • Gets or sets the maximum value for this scale.

    Returns number

  • set maximumValue(v: number): void
  • Parameters

    • v: number

    Returns void

  • get minimumValue(): number
  • Gets or sets the minimum value for this scale.

    Returns number

  • set minimumValue(v: number): void
  • Parameters

    • v: number

    Returns void

  • 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