Provides data for legend mouse button related events.

Hierarchy

Hierarchy

  • IgxLegendMouseButtonEventArgs

Constructors

Properties

ngAcceptInputType_handled: string | boolean

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 handled(): boolean
  • Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. ChartMouseButton events are not routed events; setting this property effects the underlying MouseButtonEvent.

    Returns boolean

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

    • v: boolean

    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 that was the target of the mouse event.

    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