ComponentOne FinancialChart for WinForms
C1.Win.Chart Namespace / Waterfall Class / TotalLabel Property

In This Topic
    TotalLabel Property (Waterfall)
    In This Topic
    Gets or sets the text label for data point representing total value.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Waterfall.TotalLabel", "Gets or sets the text label for data point representing total value.")>
    Public Property TotalLabel As String
    [C1Description("Waterfall.TotalLabel", "Gets or sets the text label for data point representing total value.")]
    public string TotalLabel {get; set;}
    See Also