Represents an axis annotation

Hierarchy

Hierarchy

  • IgxSeriesLayerPropertyOverlay

Constructors

Properties

ngAcceptInputType_isAlwaysApplied: string | boolean
ngAcceptInputType_isSourceOverlay: string | boolean

Accessors

  • get currentValuePropertyName(): string
  • Gets or sets the property from which to get the current value, if different from property name.

    Returns string

  • set currentValuePropertyName(v: string): void
  • Parameters

    • v: string

    Returns void

  • get internalPropertyName(): string
  • Returns string

  • get isAlwaysApplied(): boolean
  • Gets or sets whether this property overlay should be applied to the source or target even if the source property wasn't mutated.

    Returns boolean

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

    • v: boolean

    Returns void

  • get isSourceOverlay(): boolean
  • Gets or sets whether this property overlay targets the source series instead of the current layer while the layer is present.

    Returns boolean

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

    • v: boolean

    Returns void

  • get propertyName(): string
  • Gets or sets the property to overlay on the series or series layer.

    Returns string

  • set propertyName(v: string): void
  • Parameters

    • v: string

    Returns void

  • get propertyUpdated(): EventEmitter<{
        args: IgxPropertyUpdatedEventArgs;
        sender: any;
    }>
  • Event raised when a property value is changed.

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

  • get value(): any
  • Gets or sets the value to overlay on the series or series layer.

    Returns any

  • set value(v: any): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any