Provides data for IgxDataChartComponent mouse button related events.

Hierarchy

Hierarchy

  • IgxChartMouseEventArgs

Constructors

Properties

ngAcceptInputType_chartPosition: string | IgPoint
ngAcceptInputType_plotAreaPosition: string | IgPoint
ngAcceptInputType_worldPosition: string | IgPoint

Accessors

  • get chartPosition(): IgPoint
  • Gets the mouse position relative to the chart.

    Returns IgPoint

  • 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 originalSource(): any
  • Gets a reference to the object that raised the event.

    Returns any

  • get plotAreaPosition(): IgPoint
  • Gets the mouse position relative to the plot area.

    Returns IgPoint

  • set plotAreaPosition(v: IgPoint): void
  • Parameters

    Returns void

  • get worldPosition(): IgPoint
  • Returns IgPoint

  • set worldPosition(v: IgPoint): void
  • Parameters

    Returns void

Methods

  • Returns the x- and y- coordinates of the mouse pointer position, optionally evaluated against the origin of a supplied UIElement.

    Parameters

    • relativeTo: any
      • Any UIElement derived object that is contained by the the engine plug-in and connected to the object tree. To specify the object relative to the overall the engine coordinate system, use a relativeTo value of null.

    Returns IgPoint

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

    Returns string