Click or drag to resize
NChartTooltipVerticalAlignment Enumeration
The NChartTooltipVerticalAlignment enum provides constants for vertical alignment of the tooltip.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartTooltipVerticalAlignment
Members
  Member nameValueDescription
Top0 Align tooltip on the top of it's pivot (the point it is connected with).
Center1 Align tooltip with it's pivot (the point it is connected with) in the center.
Bottom2 Align tooltip on the bottom of it's pivot (the point it is connected with).
See Also