ViewRoundBaseBeforePanning Event |
LightningChart .NET Help
Panning 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 ViewRoundBaseBeforePanningEventHandler BeforePanning
Public Event BeforePanning As ViewRoundBaseBeforePanningEventHandler
public:
event ViewRoundBaseBeforePanningEventHandler^ BeforePanning {
void add (ViewRoundBaseBeforePanningEventHandler^ value);
void remove (ViewRoundBaseBeforePanningEventHandler^ value);
}Value
Type:
Arction.WinForms.Charting.Views.ViewRoundViewRoundBaseBeforePanningEventHandler
See Also