ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Waterfall Class / StartLabel Property



In This Topic
    StartLabel Property
    In This Topic
    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