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

In This Topic
    ItemMaxWidth Property (Legend)
    In This Topic
    Gets or sets the max width of legend item.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Legend.ItemMaxWidth", "Gets or sets the max width of legend item.")>
    Public Property ItemMaxWidth As Integer
    [C1Description("Legend.ItemMaxWidth", "Gets or sets the max width of legend item.")]
    public int ItemMaxWidth {get; set;}
    See Also