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