"addSeriesToParent"
This function combines the two calls of "addSeries" and "setSeriesParent" into one call.
Synopsis
int addSeriesToParent(int parentSeries, dyn_float values[, dyn_string names])
Parameters
| Parameter | Description |
|---|---|
| parentSeries | the parent the series is added to |
| values | values of a series |
| names | optional; names of the items |
