ComponentOne FinancialChart for WPF
ShowTotal Property



C1.WPF.Chart Namespace > Waterfall Class : ShowTotal Property
Gets or sets a value that determines whether show total bar.
Syntax
'Declaration
 
Public Property ShowTotal As Boolean
'Usage
 
Dim instance As Waterfall
Dim value As Boolean
 
instance.ShowTotal = value
 
value = instance.ShowTotal
public bool ShowTotal {get; set;}
public:
property bool ShowTotal {
   bool get();
   void set (    bool value);
}
See Also

Reference

Waterfall Class
Waterfall Members