ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / FlexChartBase Class / LegendTextWrapping Property



In This Topic
    LegendTextWrapping Property
    In This Topic
    Gets or sets legend text wrap mode.
    Syntax
    'Declaration
     
    
    Public Property LegendTextWrapping As TextWrapping
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As TextWrapping
     
    instance.LegendTextWrapping = value
     
    value = instance.LegendTextWrapping
    public TextWrapping LegendTextWrapping {get; set;}
    public:
    property TextWrapping LegendTextWrapping {
       TextWrapping get();
       void set (    TextWrapping value);
    }
    See Also