NChartCalloutTextWrapping Property |
Wrapping mode of the label's text.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartLineBreakMode TextWrapping { get; set; }
Public Property TextWrapping As NChartLineBreakMode
Get
Set
public:
virtual property NChartLineBreakMode TextWrapping {
NChartLineBreakMode get () sealed;
void set (NChartLineBreakMode value) sealed;
}
Property Value
Type:
NChartLineBreakModeImplements
INChartLabelTextWrappingSee Also