ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Integer
    public System.int MaxLines {get; set;}
    See Also