.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Label Class : AutoWrap Property
AutoWrap Property
Gets or sets a value that specifies whether this label will automatically wrap if it gets too long. This feature allows the chart to maintain the largest possible area for chart data.
Syntax
'Declaration
 
Public Property AutoWrap As Boolean
'Usage
 
Dim instance As Label
Dim value As Boolean
 
instance.AutoWrap = value
 
value = instance.AutoWrap
public bool AutoWrap {get; set;}
Remarks
This property does not affect AxisTick labels. %Axis.TickLabelMode:Axis.TickLabelMode% should be used instead in those cases.
Example
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