ComponentOne FinancialChart for WPF
TotalLabel Property



C1.WPF.Chart Namespace > Waterfall Class : TotalLabel Property
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

Reference

Waterfall Class
Waterfall Members