FlexChart | ComponentOne
C1.WPF.Chart 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 Waterfall.ShowIntermediateTotal and Waterfall.IntermediateTotalLabels properties.
    See Also