ComponentOne FlexChart for WinForms
TotalLabel Property


C1.Win.Chart Namespace > Waterfall Class : TotalLabel Property
Gets or sets the text label for data point representing total value.
Syntax
'Declaration
 
Public Property TotalLabel As String
'Usage
 
Dim instance As Waterfall
Dim value As String
 
instance.TotalLabel = value
 
value = instance.TotalLabel
public string TotalLabel {get; set;}
See Also

Reference

Waterfall Class
Waterfall Members