NChartCalloutLineType Property |
Type of callout line. The default value is NChartCalloutLineType.Straight.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartCalloutLineType LineType { get; set; }
Public Property LineType As NChartCalloutLineType
Get
Set
public:
virtual property NChartCalloutLineType LineType {
NChartCalloutLineType get () sealed;
void set (NChartCalloutLineType value) sealed;
}
Property Value
Type:
NChartCalloutLineTypeSee Also