NChartAxisPositionCoordValue Enumeration |
The NChartAxisPositionCoordValue enum provides constants to determine which value should be used to calculate the
position coordinate of the particular axis.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartAxisPositionCoordValue
Public Enumeration NChartAxisPositionCoordValue
public enum class NChartAxisPositionCoordValue
Members
| Member name | Value | Description |
---|
| Custom | 0 |
The value is set by user.
|
| Minimum | 1 |
Minimal value of the axis is obtained.
|
| Maximum | 2 |
Maximal value of the axis is obtained.
|
See Also