AxisValueType Enumeration |
LightningChart .NET Help
Axis value type.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum AxisValueType
Public Enumeration AxisValueType
public enum class AxisValueType
Members|
| Member name | Value | Description |
|---|
| Number | 1 |
Number values.
|
| Time | 2 |
Time values.
|
| DateTime | 3 |
DateTime values.
|
| MapCoordsDegrees | 4 |
Map coordinates, degrees.
|
| MapCoordsDegNESW | 5 |
Map coordinates, degrees, with N, E, S, W indication.
Example: 40.446195N 79.948862W
|
| MapCoordsDegMinSecNESW | 6 |
Map coordinates, degrees, arc minutes and seconds, with N, E, S, W indication.
Example: 40°2'13"N 9°58'2"W
|
| MapCoordsDegPadMinSecNESW | 7 |
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