NChartCalloutLineToLabelConnectionPos Property |
Position where the line connects to the label. The default value is NChartCalloutLineToLabelConnectionPos.Autodetect.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartCalloutLineToLabelConnectionPos LineToLabelConnectionPos { get; set; }
Public Property LineToLabelConnectionPos As NChartCalloutLineToLabelConnectionPos
Get
Set
public:
virtual property NChartCalloutLineToLabelConnectionPos LineToLabelConnectionPos {
NChartCalloutLineToLabelConnectionPos get () sealed;
void set (NChartCalloutLineToLabelConnectionPos value) sealed;
}
Property Value
Type:
NChartCalloutLineToLabelConnectionPosSee Also