RoundEventMarkerBaseSetSnapSeries Method |
LightningChart .NET Help
Setter 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 void SetSnapSeries(
SeriesBaseRound snapSeries
)
Public Sub SetSnapSeries (
snapSeries As SeriesBaseRound
)
public:
void SetSnapSeries(
SeriesBaseRound^ snapSeries
)
Parameters
- snapSeries
- Type: Arction.Wpf.Charting.SeriesRoundSeriesBaseRound
[Missing <param name="snapSeries"/> documentation for "M:Arction.Wpf.Charting.EventMarkers.RoundEventMarkerBase.SetSnapSeries(Arction.Wpf.Charting.SeriesRound.SeriesBaseRound)"]
See Also