INChartLabelMaxWidth Property |
Maximal width of the label's text in pixels. If the text is bigger than the given size lines will be broken
according to the wrapping mode.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax float MaxWidth { get; set; }
Property MaxWidth As Single
Get
Set
property float MaxWidth {
float get ();
void set (float value);
}
Property Value
Type:
SingleSee Also