Table of Contents

Enum RoundEventMarkerBase.MarkerSnapToType

Namespace
LightningChartLib.WinForms.Charting.EventMarkers
Assembly
LightningChart.WinForms.Charting.NET4.dll

Marker snap type.

public enum RoundEventMarkerBase.MarkerSnapToType

Fields

All = 2

Marker snaps to the closest point of any active and visible series.

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.