Provides data for legend mouse button related events.

Hierarchy

Hierarchy

  • IgxLegendMouseEventArgs

Constructors

Accessors

  • get chart(): ILegendOwner
  • Gets the Chart associated with the current event.

    Returns ILegendOwner

  • set chart(v: ILegendOwner): void
  • Parameters

    • v: ILegendOwner

    Returns void

  • get item(): any
  • Gets the ItemsSource item associated with the current event.

    Returns any

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

    • v: any

    Returns void

  • get legendItem(): any
  • The legend item in context.

    Returns any

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

    • v: any

    Returns void

  • get originalSource(): any
  • Gets a reference to the object that raised the event.

    Returns any

  • get series(): ILegendSeries
  • Gets the series associated with the current event.

    Returns ILegendSeries

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

    • v: ILegendSeries

    Returns void

Methods

  • Provides a human readable description of the mouse button event.

    Returns string