NChartAxisTickType Enumeration |
The NChartAxisTickType enum provides constants to determine the ticks' layout on the axes.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartAxisTickType
Public Enumeration NChartAxisTickType
public enum class NChartAxisTickType
Members
| Member name | Value | Description |
---|
| Inner | 0 |
Ticks are on the inner side of the axis.
|
| Outer | 1 |
Ticks are on the outer side of the axis.
|
| Both | 2 |
Ticks are both on the inner and outer sides of the axis.
|
See Also