ModifierManipulationStartingArgs Class Members
The following tables list the members exposed by ModifierManipulationStartingArgs.
Public Constructors
Name | Description | |
---|---|---|
![]() | ModifierManipulationStartingArgs Constructor | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | Handled | Gets or sets whether this event is Handled. If true, no further modifiers will be informed of the mouse event and mouse events will cease bubbling and tunnelling (Inherited from SciChart.Charting.ChartModifiers.ModifierEventArgsBase) |
![]() | IsMaster | If True, then this mouse event occurred on a master ChartModifierBase. Used to process which modifier was the source of an event when multiple modifiers are linked (Inherited from ModifierEventArgsBase) |
![]() | Mode | Gets or sets which types of manipulations are possible. |
![]() | Pivot | Gets or sets an object that describes the pivot for a single-point manipulation. |
![]() | Source | In the case where e.Master is true, this returns the instance of the master chart modifier (Inherited from ModifierEventArgsBase) |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also