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

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