NChartCalloutVerticalAlignment 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; }
Public Property VerticalAlignment As NChartTooltipVerticalAlignment
Get
Set
public:
virtual property NChartTooltipVerticalAlignment VerticalAlignment {
NChartTooltipVerticalAlignment get () sealed;
void set (NChartTooltipVerticalAlignment value) sealed;
}
Property Value
Type:
NChartTooltipVerticalAlignmentImplements
INChartTooltipVerticalAlignmentSee Also