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



In This Topic
    TotalLabel Property
    In This Topic
    Gets or sets the label of the total bar.
    Syntax
    'Declaration
     
    
    Public Property TotalLabel As String
    'Usage
     
    
    Dim instance As Waterfall
    Dim value As String
     
    instance.TotalLabel = value
     
    value = instance.TotalLabel
    public string TotalLabel {get; set;}
    public:
    property String^ TotalLabel {
       String^ get();
       void set (    String^ value);
    }
    See Also