ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / DataLabel Class / MaxWidth Property

In This Topic
    MaxWidth Property (DataLabel)
    In This Topic
    Gets or sets the maximum width of data label.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("DataLabel.MaxWidth", "Gets or sets the maximum width of data label.")>
    Public Property MaxWidth As Integer
    [C1Description("DataLabel.MaxWidth", "Gets or sets the maximum width of data label.")]
    public int MaxWidth {get; set;}
    See Also