Click or drag to resize

AxisValueType Enumeration

LightningChart .NET Help
Axis value type.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum AxisValueType
Members
  Member nameValueDescription
Number1 Number values.
Time2 Time values.
DateTime3 DateTime values.
MapCoordsDegrees4 Map coordinates, degrees.
MapCoordsDegNESW5 Map coordinates, degrees, with N, E, S, W indication. Example: 40.446195N 79.948862W
MapCoordsDegMinSecNESW6 Map coordinates, degrees, arc minutes and seconds, with N, E, S, W indication. Example: 40°2'13"N 9°58'2"W
MapCoordsDegPadMinSecNESW7 Map coordinates, degrees, arc minutes and seconds, with N, E, S, W indication. The minute and second values are padded with zeros, if they are < 10. Example: 40°02'13"N 9°58'02"W
See Also