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

In This Topic
    ShowIntermediateTotal Property (Waterfall)
    In This Topic
    Gets or sets a value that determines whether to show the intermediate total bar.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("Waterfall.ShowIntermediateTotal", "Gets or sets a value that determines whether to show the intermediate total bar.")>
    Public Property ShowIntermediateTotal As Boolean
    [C1Description("Waterfall.ShowIntermediateTotal", "Gets or sets a value that determines whether to show the intermediate total bar.")]
    public bool ShowIntermediateTotal {get; set;}
    See Also