ChartManagerSeriesDragFinishedHandler Delegate |
LightningChart .NET Help
Delegate for SeriesDragFinished event
Namespace:
Arction.Wpf.Charting.ChartManager
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic delegate void SeriesDragFinishedHandler(
SeriesBaseXY series,
LightningChart sourceChart,
LightningChart targetChart,
AxisY targetYAxis
)
Public Delegate Sub SeriesDragFinishedHandler (
series As SeriesBaseXY,
sourceChart As LightningChart,
targetChart As LightningChart,
targetYAxis As AxisY
)
public delegate void SeriesDragFinishedHandler(
SeriesBaseXY^ series,
LightningChart^ sourceChart,
LightningChart^ targetChart,
AxisY^ targetYAxis
)
Parameters
- series
- Type: Arction.Wpf.Charting.SeriesXYSeriesBaseXY
Series being dragged - sourceChart
- Type: Arction.Wpf.ChartingLightningChart
Chart where the dragging has been started - targetChart
- Type: Arction.Wpf.ChartingLightningChart
Chart where the dragging has been finished - targetYAxis
- Type: Arction.Wpf.Charting.AxesAxisY
Y-axis where the dragging has been finished
See Also