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