ShowTotal Property (Waterfall)
In This Topic
Gets or sets a value that determines whether show total bar.
Syntax
'Declaration
<C1DescriptionAttribute("Waterfall.ShowTotal", "Gets or sets a value that determines whether show total bar.")>
Public Property ShowTotal As Boolean
[C1Description("Waterfall.ShowTotal", "Gets or sets a value that determines whether show total bar.")]
public bool ShowTotal {get; set;}
See Also