NChartTimeAxisTooltipMaxWidth 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 public float MaxWidth { get; set; }
Public Property MaxWidth As Single
Get
Set
public:
virtual property float MaxWidth {
float get () sealed;
void set (float value) sealed;
}
Property Value
Type:
SingleImplements
INChartLabelMaxWidthSee Also