Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / DataLabel Class / MaxLines Property

In This Topic
    MaxLines Property
    In This Topic
    Gets or sets the maximum number of lines in data label.
    Syntax
    'Declaration
     
    
    Public Property MaxLines As Integer
    public int MaxLines {get; set;}
    See Also