NChartTooltipArrowOrientation Enumeration |
The NChartTooltipArrowOrientation enum provides constants to control direction of tooltip's arrow.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public enum NChartTooltipArrowOrientation
Public Enumeration NChartTooltipArrowOrientation
public enum class NChartTooltipArrowOrientation
Members
| Member name | Value | Description |
---|
| None | 0 |
No arrow.
|
| Left | 1 |
Direct arrow to the left.
|
| Right | 2 |
Direct arrow to the right.
|
| Bottom | 3 |
Direct arrow to the bottom.
|
| Top | 4 |
Direct arrow to the top.
|
See Also