RoundEventMarkerBaseGetSnapSeries Method |
LightningChart .NET Help
Getter of the series for the marker to snap to.
Namespace:
Arction.Wpf.Charting.EventMarkers
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic SeriesBaseRound GetSnapSeries()
Public Function GetSnapSeries As SeriesBaseRound
public:
SeriesBaseRound^ GetSnapSeries()
Return Value
Type:
SeriesBaseRound
Current series the snapping is enabled to, if set. Null if none is set.
See Also