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

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