Click or drag to resize

RoundEventMarkerBaseMarkerSnapToType Enumeration

LightningChart .NET Help
Marker snap type.

Namespace:  Arction.Wpf.ChartingMVVM.EventMarkers
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum MarkerSnapToType
Members
  Member nameValueDescription
None0 Marker does not snap to any series points. Snapping disabled. This is usually the default and the fastest option.
Selected1 Marker snaps to the closest point of a selected series. Selected series can be set by using SetSnappingSeries method.
All2 Marker snaps to the closest point of any active and visible series.
See Also