ViewXYBeforeZooming Event |
LightningChart .NET Help
Zooming is about to start.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event ViewXYBeforeZoomingEventHandler BeforeZooming
Public Event BeforeZooming As ViewXYBeforeZoomingEventHandler
public:
event ViewXYBeforeZoomingEventHandler^ BeforeZooming {
void add (ViewXYBeforeZoomingEventHandler^ value);
void remove (ViewXYBeforeZoomingEventHandler^ value);
}Value
Type:
Arction.Wpf.Charting.Views.ViewXYViewXYBeforeZoomingEventHandler
See Also