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

In This Topic
    IntermediateTotalLabels Property (WaterfallTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Waterfall<T>.IntermediateTotalLabels. Sets the value of the property that contains the label of the intermediate total bar. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties.
    Syntax
    'Declaration
     
    Public Property IntermediateTotalLabels As String()
    public string[] IntermediateTotalLabels {get; set;}
    See Also