NChartValueAxesType Enumeration |
The NChartValueAxesType enum provides constants of value axes types.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartValueAxesType
Public Enumeration NChartValueAxesType
public enum class NChartValueAxesType
Members
| Member name | Value | Description |
---|
| Absolute | 0 |
Absolute type.
|
| Additive | 1 |
Additional type.
|
| Percent | 2 |
Percent type.
|
See Also