Table of Contents

Enum SeriesEventMarkerVerticalPosition

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

Series event marker vertical position.

public enum SeriesEventMarkerVerticalPosition

Fields

AtYValue = 1

Position at given Y value (series value, not coordinate).

TrackSeries = 0

Track the series. The Y value is solved from X value. You can use this only for series implementing ITrackable interface or with FreeformPointLineSeries. Not applicable in X-axis scrolling modes Scrolling, Stepping, Sweeping (monitoring modes).
The resolver data is not valid for performance reasons. You should insert a marker as AtYValue in monitoring mode and convert it as TrackSeries when entering data review mode. Works only on series implementing ITrackable or with FreeformPointLineSeries.

YAxisBottom = 5

Position at Y-axis bottom.

YAxisCenter = 4

Position at Y-axis center.

YAxisTop = 3

Position at Y-axis top.

ZeroLevel = 2

Position at zero level.