ModifierTouchManipulationArgs

StockSharp.Xaml.Charting.ChartModifiers

Defines a cross-platform Manipulation event args, used by IChartModifier derived types to process manipulation events.

Inherits: ModifierEventArgsBase

Constructors

ModifierTouchManipulationArgs(IEnumerable<TouchPoint>, bool, IReceiveMouseEvents)

Initializes a new instance of the ModifierTouchManipulationArgs class.

touchPoints
The touch points.
isMaster
if set to true, this is a Master event, else Slave event.
master
The master instance in the case where charts are synchronized using MouseEventGroupProperty.
ModifierTouchManipulationArgs()

Initializes a new instance of the ModifierTouchManipulationArgs class.

Properties

Manipulators : IEnumerable<TouchPoint>

Gets a collection of objects that represents the touch contacts for the manipulation.