ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Waterfall Class / IntermediateTotalPositions Property

In This Topic
    IntermediateTotalPositions Property
    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 System.Collections.Generic.IList(Of Integer)
    public System.Collections.Generic.IList<int> IntermediateTotalPositions {get; set;}
    Remarks
    The property should work with ShowIntermediateTotal and IntermediateTotalLabels properties.
    See Also