Click or drag to resize

ChartManagerSeriesDragStartedHandler Delegate

LightningChart .NET Help
Delegate for SeriesDragStarted event.

Namespace:  Arction.Wpf.ChartingMVVM.ChartManager
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public delegate void SeriesDragStartedHandler(
	LightningChart chart,
	SeriesBaseXY series
)

Parameters

chart
Type: Arction.Wpf.ChartingMVVMLightningChart
Chart where the dragging has been started.
series
Type: Arction.Wpf.ChartingMVVM.SeriesXYSeriesBaseXY
Series being dragged.
See Also