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 |
---|---|
|
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;} |
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.
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