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
Public Enumeration NChartTooltipVerticalAlignment
public enum class NChartTooltipVerticalAlignment
Members
| Member name | Value | Description |
---|
| Top | 0 |
Align tooltip on the top of it's pivot (the point it is connected with).
|
| Center | 1 |
Align tooltip with it's pivot (the point it is connected with) in the center.
|
| Bottom | 2 |
Align tooltip on the bottom of it's pivot (the point it is connected with).
|
See Also