Enum RoundEventMarkerBase.MarkerSnapToType
- Namespace
- LightningChartLib.WinForms.Charting.EventMarkers
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Marker snap type.
public enum RoundEventMarkerBase.MarkerSnapToType
Fields
All = 2Marker snaps to the closest point of any active and visible series.
None = 0Marker does not snap to any series points. Snapping disabled. This is usually the default and the fastest option.
Selected = 1Marker snaps to the closest point of a selected series. Selected series can be set by using SetSnappingSeries method.