Click or drag to resize
NChartTooltipVerticalAlignment Property
Vertical alignment of the tooltip. It is used if tooltip has no arrow presented, otherwise it is ignored. See NChartTooltipVerticalAlignment.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartTooltipVerticalAlignment VerticalAlignment { get; set; }

Property Value

Type: NChartTooltipVerticalAlignment

Implements

INChartTooltipVerticalAlignment
See Also