Provides data for IgxDataChartComponent mouse button related events.
Constructors
Section titled "Constructors"IgxChartMouseEventArgs
new IgxChartMouseEventArgs(): IgxChartMouseEventArgs Returns IgxChartMouseEventArgs
Properties
Section titled "Properties"ngAcceptInputType_chartPosition
Section titled "ngAcceptInputType_chartPosition"ngAcceptInputType_chartPosition: any ngAcceptInputType_plotAreaPosition
Section titled "ngAcceptInputType_plotAreaPosition"ngAcceptInputType_plotAreaPosition: any ngAcceptInputType_worldPosition
Section titled "ngAcceptInputType_worldPosition"ngAcceptInputType_worldPosition: any Accessors
Section titled "Accessors"chart
Section titled "chart"Gets the Chart associated with the current event.
get chart(): IgxSeriesViewerComponent
Returns IgxSeriesViewerComponent
chartPosition
Section titled "chartPosition"Gets the mouse position relative to the chart.
get chartPosition(): IgPoint
Returns IgPoint
Gets the ItemsSource item associated with the current event.
get item(): any
Returns any
set item(v: any): void Parameters
- v:
any
Returns void
originalSource
Section titled "originalSource"Gets a reference to the object that raised the event.
get originalSource(): any
Returns any
plotAreaPosition
Section titled "plotAreaPosition"Gets the mouse position relative to the plot area.
get plotAreaPosition(): IgPoint
Returns IgPoint
set plotAreaPosition(v: IgPoint): void Parameters
- v:
IgPoint
Returns void
series
Section titled "series"Gets the series associated with the current event.
get series(): IgxSeriesComponent
Returns IgxSeriesComponent
worldPosition
Section titled "worldPosition"get worldPosition(): IgPoint
Returns IgPoint
set worldPosition(v: IgPoint): void Parameters
- v:
IgPoint
Returns void
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