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



In This Topic
    MaxWidth Property
    In This Topic
    Gets or sets the maximum width of data label.
    Syntax
    'Declaration
     
    
    Public Property MaxWidth As Integer
    'Usage
     
    
    Dim instance As DataLabel
    Dim value As Integer
     
    instance.MaxWidth = value
     
    value = instance.MaxWidth
    public int MaxWidth {get; set;}
    public:
    property int MaxWidth {
       int get();
       void set (    int value);
    }
    See Also