dotnetCHARTING Send comments on this topic.
AutoWrap Property
See Also 
dotnetCHARTING Namespace > Label Class : 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

Visual Basic (Declaration) 
Public Property AutoWrap As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Label
Dim value As Boolean
 
instance.AutoWrap = value
 
value = instance.AutoWrap
C# 
public bool AutoWrap {get; set;}

Example

Remarks

This property does not affect AxisTick labels. Axis.TickLabelMode should be used instead in those cases.

See Also

© 2010 All Rights Reserved.