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

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