Click or drag to resize

SeriesBaseRoundAllowMarkerSnapping Property

LightningChart .NET Help
Defines if the series can be snapped to by markers. Note that the snapping must be properly enabled on the marker as well. This allows use of hidden series that can be snapped to.

Namespace:  Arction.WinForms.Charting.SeriesRound
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(true)]
public bool AllowMarkerSnapping { get; set; }

Property Value

Type: Boolean
See Also