[]
        
(Showing Draft Content)

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

Start Method

Start(int?)

Configurates Start. Sets a value that determines the value of the start bar. If start is null, start bar will not show.

Declaration
public WaterfallBuilder<T> Start(int? value)
Parameters
Type Name Description
int? value

The value.

Returns
Type Description
WaterfallBuilder<T>

Current builder.