RoundEventMarkerBaseMarkerSnapToType Enumeration |
LightningChart .NET Help
Marker snap type.
Namespace:
Arction.Wpf.Charting.EventMarkers
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum MarkerSnapToType
Public Enumeration MarkerSnapToType
public enum class MarkerSnapToType
Members|
| Member name | Value | Description |
|---|
| None | 0 |
Marker does not snap to any series points.
Snapping disabled. This is usually the default and the fastest
option.
|
| Selected | 1 |
Marker snaps to the closest point of a selected series.
Selected series can be set by using SetSnappingSeries method.
|
| All | 2 |
Marker snaps to the closest point of any active and visible series.
|
See Also