Click or drag to resize

ChartManagerSeriesDragFinishedHandler Delegate

LightningChart .NET Help
Delegate for SeriesDragFinished 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 SeriesDragFinishedHandler(
	SeriesBaseXY series,
	LightningChart sourceChart,
	LightningChart targetChart,
	AxisY targetYAxis
)

Parameters

series
Type: Arction.Wpf.ChartingMVVM.SeriesXYSeriesBaseXY
Series being dragged
sourceChart
Type: Arction.Wpf.ChartingMVVMLightningChart
Chart where the dragging has been started
targetChart
Type: Arction.Wpf.ChartingMVVMLightningChart
Chart where the dragging has been finished
targetYAxis
Type: Arction.Wpf.ChartingMVVM.AxesAxisY
Y-axis where the dragging has been finished
See Also