PinchZoomModifier

StockSharp.Xaml.Charting.ChartModifiers

The PinchZoomModifier provides zooming of the UltrachartSurface with the pinch gesture

Наследует: RelativeZoomModifierBase

Конструкторы

PinchZoomModifier()

Initializes a new instance of the PinchZoomModifier class.

Свойства

IsDragging : bool

If True, Dragging is in progress

IsUniform : bool

Gets or sets the value of IsUniform property, showing whether the aspect of the chart is preserved while zooming in or out.

Методы

OnModifierTouchDown(ModifierTouchManipulationArgs)

Called when a Multi-Touch Down interaction occurs on the parent UltrachartSurface

e
Arguments detailing the manipulation operation
OnModifierTouchMove(ModifierTouchManipulationArgs)

Called when a Multi-Touch Move interaction occurs on the parent UltrachartSurface

e
Arguments detailing the manipulation operation
OnModifierTouchUp(ModifierTouchManipulationArgs)

Called when a Multi-Touch Up interaction occurs on the parent UltrachartSurface

e
Arguments detailing the manipulation operation
PerformZoom(Point, double, double)

Performs a zoom around the by the specified X and Y factor

mousePoint
The mouse point.
xValue
The x zoom factor.
yValue
The y zoom factor.