[]
Configurates StartLabel. Sets the label of the start bar.
public WaterfallBuilder<T> StartLabel(string value)
Public Function StartLabel(value As String) As WaterfallBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| WaterfallBuilder<T> | Current builder. |