Class IgxDomainChartPlotAreaPointerEventArgs

Represents event arguments for chart's SeriesAdded and SeriesRemoved events

Hierarchy

Hierarchy

  • IgxDomainChartPlotAreaPointerEventArgs

Constructors

Properties

ngAcceptInputType_chartPosition: string | IgPoint
ngAcceptInputType_plotAreaPosition: string | IgPoint

Accessors

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

    Returns IgPoint

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

    Returns IgPoint

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

    Returns void