FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Waterfall Class / IntermediateTotalPositions Property

In This Topic
    IntermediateTotalPositions Property (Waterfall)
    In This Topic
    Gets or sets the list of the positions of the intermediate total bars.
    Syntax
    'Declaration
     
    Public Property IntermediateTotalPositions As System.Collections.Generic.IList(Of Integer)
    public System.Collections.Generic.IList<int> IntermediateTotalPositions {get; set;}
    See Also