Provides data for DataChartComponent mouse button related events.
Constructors
Section titled "Constructors"IgrChartMouseEventArgs
new IgrChartMouseEventArgs(): IgrChartMouseEventArgs Returns IgrChartMouseEventArgs
Properties
Section titled "Properties"chart
Section titled "chart"chart: IgrSeriesViewer item: any plotAreaPosition
Section titled "plotAreaPosition"plotAreaPosition: IgPoint series
Section titled "series"series: IgrSeries worldPosition
Section titled "worldPosition"worldPosition: IgPoint Accessors
Section titled "Accessors"chartPosition
Section titled "chartPosition"Gets the mouse position relative to the chart.
get chartPosition(): IgPoint Returns IgPoint
nativeElement
Section titled "nativeElement"get nativeElement(): HTMLElement Returns HTMLElement
originalSource
Section titled "originalSource"Gets a reference to the object that raised the event.
get originalSource(): any Returns any
Methods
Section titled "Methods"getPosition
Section titled "getPosition"Returns the x- and y- coordinates of the mouse pointer position, optionally evaluated against the origin of a supplied UIElement.
getPosition(relativeTo: any): IgPoint 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
toString
Section titled "toString"Provides a human readable description of the mouse button event.
toString(): string