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;}
See Also