Click or drag to resize

RoundEventMarkerBaseGetSnapSeries Method

LightningChart .NET Help
Getter of the series for the marker to snap to.

Namespace:  Arction.Wpf.ChartingMVVM.EventMarkers
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public SeriesBaseRound GetSnapSeries()

Return Value

Type: SeriesBaseRound
Current series the snapping is enabled to, if set. Null if none is set.
See Also