.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Label Class : MaxWidth Property
MaxWidth Property
(JS Charts Only) Specifies the maximum width of a label. If the label is wider than this width it will attempt to wrap.
Syntax
'Declaration
 
Public Property MaxWidth As Integer
'Usage
 
Dim instance As Label
Dim value As Integer
 
instance.MaxWidth = value
 
value = instance.MaxWidth
public int MaxWidth {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also