Click or drag to resize
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; }

Property Value

Type: NChartTooltipArrowOrientation

Implements

INChartTooltipDefaultArrowOrientation
See Also