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

In This Topic
    StartStyle Property (Waterfall)
    In This Topic
    Gets the style for the data points representing starting values.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Waterfall.StartStyle", "Gets the style for the data points representing starting values.")>
    Public ReadOnly Property StartStyle As ChartStyle
    [C1Description("Waterfall.StartStyle", "Gets the style for the data points representing starting values.")]
    public ChartStyle StartStyle {get;}
    See Also