In This Topic
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