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.Wpf.ChartingMVVM.SeriesRound
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool AllowMarkerSnapping { get; set; }Public Property AllowMarkerSnapping As Boolean
Get
Set
public:
property bool AllowMarkerSnapping {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also