Click or drag to resize

AxisValueType Enumeration

LightningChart .NET Help
Axis value type.

Namespace: LightningChartLib.UWP.ChartingMVVM
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
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