ZoomPanModifier
StockSharp.Xaml.Charting.ChartModifiers
The ZoomPanModifier provides a mouse drag to pan the X and Y axes. Add to a UltrachartSurface and set IsEnabled to true to enable this behaviour
继承自: ZoomPanModifierBase
构造函数
ZoomPanModifier()
Initializes a new instance of the ZoomPanModifier class.
方法
OnModifierMouseDown(ModifierMouseArgs)
Called when a Mouse Button is pressed on the parent UltrachartSurface
- e
- Arguments detailing the mouse button operation
OnModifierMouseUp(ModifierMouseArgs)
Called when a Mouse Button is released on the parent UltrachartSurface
- e
- Arguments detailing the mouse button operation