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



In This Topic
    ShowIntermediateTotal Property
    In This Topic
    Gets or sets a value that determines whether to show the intermediate total bar.
    Syntax
    'Declaration
     
    
    Public Property ShowIntermediateTotal As Boolean
    'Usage
     
    
    Dim instance As Waterfall
    Dim value As Boolean
     
    instance.ShowIntermediateTotal = value
     
    value = instance.ShowIntermediateTotal
    public bool ShowIntermediateTotal {get; set;}
    public:
    property bool ShowIntermediateTotal {
       bool get();
       void set (    bool value);
    }
    Remarks
    The property should work with IntermediateTotalLabels and IntermediateTotalPositions properties.
    See Also