[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.WaterfallBuilder-1.TotalLabel

TotalLabel Method

TotalLabel(string)

Configurates TotalLabel. Sets the label of the total bar.

Declaration
public WaterfallBuilder<T> TotalLabel(string value)
Public Function TotalLabel(value As String) As WaterfallBuilder(Of T)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
WaterfallBuilder<T>

Current builder.