Creates an instance of ModifierMouseArgs
the mouse point as an X,Y location
optional parameters to configure the args
When true, the Alt Key is currently pressed
The mouse button number that was pressed
When true, the Ctrl Key is currently pressed
Gets or sets whether the event is handled
Identifies if the event comes from an active sub chart Useful for SubChartSurfaces with modifierGroups for SciChartSurface returns always True
When true, the event was raised from the master or parent SciChartSurfaceBase, else it came from the child SciChartSurfaceBase
If this is not raised from the master or parent, this is the result of getMasterData, used to pass additional info, eg x value.
The Modifier Group string is an ID which is used to group together Chart Modifiers when used in a multi-chart scenario
The MousePoint as an X,Y coordinate where the event occurred
The mouse wheel delta as a positive or negative value depending on mouse wheel direction
The native pointer event
The PointerId associated with the current pointer or stylus device
The type of the current Pointer or stylus
When true, the Shift Key is currently pressed
The target {@link Element} which raised the event
Copies or clones a ModifierMouseArgs
the ModifierMouseArgs instance
the Modifier Group / string ID for sharing mouse events
the master viewport or parent chart issuing mouse events
the slave viewport or child chart receiving mouse events
Creates a ModifierMouseArgs instance from Javascript {@link MouseEvent}
the Javascript {@link MouseEvent}
Creates a ModifierMouseArgs instance from Javascript {@link PointerEvent}
the Javascript {@link PointerEvent}
Creates a ModifierMouseArgs instance from Javascript {@link WheelEvent}
the Javascript {@link WheelEvent}
Generated using TypeDoc
Mouse arguments passed to ChartModifierBase methods