ComponentOne FinancialChart for WPF
StartLabel Property



C1.WPF.Chart Namespace > Waterfall Class : StartLabel Property
Gets or sets the label of the start bar.
Syntax
'Declaration
 
Public Property StartLabel As String
'Usage
 
Dim instance As Waterfall
Dim value As String
 
instance.StartLabel = value
 
value = instance.StartLabel
public string StartLabel {get; set;}
public:
property String^ StartLabel {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Waterfall Class
Waterfall Members