INChartTooltipVerticalAlignment 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 NChartTooltipVerticalAlignment VerticalAlignment { get; set; }
Property VerticalAlignment As NChartTooltipVerticalAlignment
Get
Set
property NChartTooltipVerticalAlignment VerticalAlignment {
NChartTooltipVerticalAlignment get ();
void set (NChartTooltipVerticalAlignment value);
}
Property Value
Type:
NChartTooltipVerticalAlignmentSee Also