Dundas.SharePoint.Charting.WebParts Send comments on this topic.
TextWrapThreshold Property
See Also 
Dundas.Charting.WebControl Namespace > Legend Class : TextWrapThreshold Property


Defines preferred number of characters in the legend text after which it will be wrapped.

Syntax

Visual Basic (Declaration)  
<DescriptionAttribute("Defines the preferred number of characters in the legend text after which it will wrap. Set this property to zero to disable text wrapping.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property TextWrapThreshold As Integer
Visual Basic (Usage) Copy Code
Dim instance As Legend
Dim value As Integer
 
instance.TextWrapThreshold = value
 
value = instance.TextWrapThreshold
C#  
[DescriptionAttribute("Defines the preferred number of characters in the legend text after which it will wrap. Set this property to zero to disable text wrapping.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public int TextWrapThreshold {get; set;}

Remarks

When legend text exceeds the value defined in the TextWrapThreshold property it will be automatically wrapped on the next whitespace. Text will not be wrapped if there is no whitespace characters in the text. Set this property to zero to disable the feature.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also