In This Topic
Gets or sets the label of the total bar.
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;}
public:
property String^ TotalLabel {
String^ get();
void set ( String^ value);
}
See Also