ComponentOne FlexChart for WinForms
ShowTotal Property


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

Reference

Waterfall Class
Waterfall Members