Click or drag to resize

CoordinateSystem Enumeration

LightningChart .NET Help
Coordinate system selector.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum CoordinateSystem
Members
  Member nameValueDescription
ScreenCoordinates0 Use screen coordinates
RelativeCoordinatesToTarget1 Use relative screen coordinates to target.
AxisValues2 Use axis values.
See Also