Represents an axis annotation

Constructors

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): 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): 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): 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): void
  • Parameters

    • v: string

    Returns void

  • get propertyUpdated(): ((s, e) => void)
  • Event raised when a property value is changed.

    Returns ((s, e) => void)

  • set propertyUpdated(ev): void
  • Parameters

    Returns void

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

    Returns any

  • set value(v): void
  • Parameters

    • v: any

    Returns void

Methods

  • Parameters

    • name: string

    Returns any