ComponentOne FlexChart for WinForms
TextWrapping Property


C1.Win.Chart Namespace > Legend Class : TextWrapping Property
Gets or sets legend text wrap mode.
Syntax
'Declaration
 
Public Property TextWrapping As TextWrapping
'Usage
 
Dim instance As Legend
Dim value As TextWrapping
 
instance.TextWrapping = value
 
value = instance.TextWrapping
public TextWrapping TextWrapping {get; set;}
See Also

Reference

Legend Class
Legend Members