Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Waterfall Class / TotalLabel Property

In This Topic
    TotalLabel Property
    In This Topic
    Gets or sets the text label for data point representing total value.
    Syntax
    'Declaration
     
    
    Public Property TotalLabel As String
    public string TotalLabel {get; set;}
    See Also