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