Class IgxCalloutLabelUpdatingEventArgs

Represents event arguments for updating label of callout layer

Hierarchy

Hierarchy

  • IgxCalloutLabelUpdatingEventArgs

Constructors

Accessors

  • get item(): any
  • Gets data item associated with callout layer

    Returns any

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

    • v: any

    Returns void

  • get label(): any
  • Gets or sets label displayed by callout layer

    Returns any

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

    • v: any

    Returns void

  • get series(): IgxSeriesComponent
  • Gets series associated with callout item, if available

    Returns IgxSeriesComponent

  • set series(v: IgxSeriesComponent): void
  • Parameters

    Returns void

  • get seriesName(): string
  • Gets series name associated with callout item, if available

    Returns string

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

    • v: string

    Returns void

  • get xValue(): any
  • Gets data X-value associated with callout layer

    Returns any

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

    • v: any

    Returns void

  • get yValue(): any
  • Gets data Y-value associated with callout layer

    Returns any

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

    • v: any

    Returns void