ChartManagerSeriesDragStarted Event |
LightningChart .NET Help
Series dragging has started on a chart
Namespace:
Arction.WinForms.Charting.ChartManager
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event ChartManagerSeriesDragStartedHandler SeriesDragStarted
Public Event SeriesDragStarted As ChartManagerSeriesDragStartedHandler
public:
event ChartManagerSeriesDragStartedHandler^ SeriesDragStarted {
void add (ChartManagerSeriesDragStartedHandler^ value);
void remove (ChartManagerSeriesDragStartedHandler^ value);
}Value
Type:
Arction.WinForms.Charting.ChartManagerChartManagerSeriesDragStartedHandler
See Also