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



In This Topic
    LegendMaxWidth Property
    In This Topic
    Gets or sets the legend item MaxWidth.
    Syntax
    'Declaration
     
    
    Public Property LegendMaxWidth As Integer
    'Usage
     
    
    Dim instance As FlexChartBase
    Dim value As Integer
     
    instance.LegendMaxWidth = value
     
    value = instance.LegendMaxWidth
    public int LegendMaxWidth {get; set;}
    public:
    property int LegendMaxWidth {
       int get();
       void set (    int value);
    }
    See Also