Click or drag to resize
NChartCalloutDistance Property
Distance from the chart's point to the callout's tooltip in the autodetected direction (in pixels). If this property is 0,
margin
is used to control this distance (and therefore you control the direction yourself). Otherwise, the direction is detected automatically. In case of pie it's median of the corresponding sector. In case of all other charts it's north-east direction. The default value is 0.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public float Distance { get; set; }

Property Value

Type: Single
See Also