[]
Configurates Start. Sets a value that determines the value of the start bar. If start is null, start bar will not show.
public WaterfallBuilder<T> Start(int? value)
Type | Name | Description |
---|---|---|
int? | value | The value. |
Type | Description |
---|---|
WaterfallBuilder<T> | Current builder. |