NChartCalloutDistance Property |
Distance from the chart's point to the callout's tooltip in the autodetected direction (in pixels). If this property
is 0,
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; }
Public Property Distance As Single
Get
Set
public:
virtual property float Distance {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleSee Also