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

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