INChartTooltipDefaultArrowOrientation Property |
Default orientation of the tooltip's arrow. The default value is NChartTooltipArrowOrientation.Bottom.
The default arrow orientation is the orientation tooltip uses if it's far from plot area borders.
If it's close to border and AlwaysInPlotArea is set to true, it's arrow orientation is automatically changed to
keep tooltip inside the plot area.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax NChartTooltipArrowOrientation DefaultArrowOrientation { get; set; }
Property DefaultArrowOrientation As NChartTooltipArrowOrientation
Get
Set
property NChartTooltipArrowOrientation DefaultArrowOrientation {
NChartTooltipArrowOrientation get ();
void set (NChartTooltipArrowOrientation value);
}
Property Value
Type:
NChartTooltipArrowOrientationSee Also