NChartCalloutDefaultArrowOrientation 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 public NChartTooltipArrowOrientation DefaultArrowOrientation { get; set; }
Public Property DefaultArrowOrientation As NChartTooltipArrowOrientation
Get
Set
public:
virtual property NChartTooltipArrowOrientation DefaultArrowOrientation {
NChartTooltipArrowOrientation get () sealed;
void set (NChartTooltipArrowOrientation value) sealed;
}
Property Value
Type:
NChartTooltipArrowOrientationImplements
INChartTooltipDefaultArrowOrientationSee Also