Enum SeriesEventMarkerVerticalPosition
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Series event marker vertical position.
public enum SeriesEventMarkerVerticalPosition
Fields
AtYValue = 1Position at given Y value (series value, not coordinate).
TrackSeries = 0Track 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 = 5Position at Y-axis bottom.
YAxisCenter = 4Position at Y-axis center.
YAxisTop = 3Position at Y-axis top.
ZeroLevel = 2Position at zero level.