[]
Add a YFunction Series to the series list.
public YFunctionSeriesBuilder<T> AddYFunctionSeries()
| Type | Description |
|---|---|
| YFunctionSeriesBuilder<T> | The series builder |
Add a YFunction Series to the series list.
public YFunctionSeriesBuilder<T> AddYFunctionSeries(string name)
| Type | Name | Description |
|---|---|---|
| string | name | The name of series |
| Type | Description |
|---|---|
| YFunctionSeriesBuilder<T> | The series builder |