NChartTimeAxisTickShape Enumeration |
NChartTimeAxisTickShape
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartTimeAxisTickShape
Public Enumeration NChartTimeAxisTickShape
public enum class NChartTimeAxisTickShape
Members
| Member name | Value | Description |
---|
| Line | 0 |
Ticks in the shape of a line.
|
| Triangle | 1 |
Ticks in the shape of a triangle.
|
See Also