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



In This Topic
    StartStyle Property
    In This Topic
    Gets or sets the StartStyle property.
    Syntax
    'Declaration
     
    
    Public Property StartStyle As ChartStyle
    'Usage
     
    
    Dim instance As Waterfall
    Dim value As ChartStyle
     
    instance.StartStyle = value
     
    value = instance.StartStyle
    public ChartStyle StartStyle {get; set;}
    public:
    property ChartStyle^ StartStyle {
       ChartStyle^ get();
       void set (    ChartStyle^ value);
    }
    See Also