ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Legend Class / TextWrapping Property

In This Topic
    TextWrapping Property (Legend)
    In This Topic
    Gets or sets legend text wrap mode.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Legend.TextWrapping", "Gets or sets legend text wrap mode.")>
    Public Property TextWrapping As TextWrapping
    [C1Description("Legend.TextWrapping", "Gets or sets legend text wrap mode.")]
    public TextWrapping TextWrapping {get; set;}
    See Also