Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / Waterfall Class / IntermediateTotalPositions Property

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