Click or drag to resize
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
Members
  Member nameValueDescription
None0 No arrow.
Left1 Direct arrow to the left.
Right2 Direct arrow to the right.
Bottom3 Direct arrow to the bottom.
Top4 Direct arrow to the top.
See Also