ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / WaterfallTagHelper Class / IntermediateTotalPositions Property

In This Topic
    IntermediateTotalPositions Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Waterfall<T>.IntermediateTotalPositions. Sets the value of the property that contains the index for positions of the intermediate total bar.The property should work with ShowIntermediateTotal and IntermediateToolLabels property.
    Syntax
    'Declaration
     
    Public Property IntermediateTotalPositions As Integer()
    public int[] IntermediateTotalPositions {get; set;}
    See Also