Click or drag to resize

SeriesEventMarkerHorizontalPosition Enumeration

LightningChart .NET Help
Series event marker horizontal position.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public enum SeriesEventMarkerHorizontalPosition
Members
  Member nameValueDescription
SnapToPoints0 Snap to nearest data point.
AtXValue1 Position at given X value (series value, not coordinate).
See Also