RelativeZoomModifierBase

StockSharp.Xaml.Charting.ChartModifiers

Defines the base class to modifiers which performs relative zoom, such as the MouseWheelZoomModifier and PinchZoomModifier.

Herda de: ChartModifierBase

Propriedades

GrowFactor : double

Gets or sets the grow factor to scale (or shrink) both axes on mouse wheel

XyDirection : XyDirection

Gets or sets the XyDirection to restrict zoom interactivity to.

Métodos

GrowBy(Point, IAxis, double)

Performs a zoom on a specific axis around the by the specified scale factor

mousePoint
The mouse point.
axis
The axis.
fraction
The scale factor.
PerformZoom(Point, double, double)

Performs a zoom on all X and Y Axis around the by the specified X and Y factor

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

Campos

XyDirectionProperty : DependencyProperty

Defines the XyDirection dependency property