[]
Configurates Func. Sets the function used to calculate a value.
public YFunctionSeriesBuilder<T> Func(string value)
Public Function Func(value As String) As YFunctionSeriesBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| YFunctionSeriesBuilder<T> | Current builder. |