FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / Waterfall Class / IntermediateTotalPositions Property

In This Topic
    IntermediateTotalPositions Property (Waterfall)
    In This Topic
    Gets or sets the value of the property that contains the index for positions of the intermediate total bar.
    Syntax
    'Declaration
     
    Public Property IntermediateTotalPositions As IList(Of Integer)
    public IList<int> IntermediateTotalPositions {get; set;}
    Remarks
    The property should work with ShowIntermediateTotal and IntermediateTotalLabels properties.
    See Also