RoundEventMarkerBaseSnapToClosestPoint Property |
LightningChart .NET Help
Snapping mode. Defines how the marker should behave when dragged.
Namespace:
Arction.Wpf.Charting.EventMarkers
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic RoundEventMarkerBaseMarkerSnapToType SnapToClosestPoint { get; set; }Public Property SnapToClosestPoint As RoundEventMarkerBaseMarkerSnapToType
Get
Set
public:
property RoundEventMarkerBaseMarkerSnapToType SnapToClosestPoint {
RoundEventMarkerBaseMarkerSnapToType get ();
void set (RoundEventMarkerBaseMarkerSnapToType value);
}Property Value
Type:
RoundEventMarkerBaseMarkerSnapToType
See Also