GanttChart.SetSeries
SetSeries(<Value>, <ParentValue>)
Type: Arbitrary.
Series value.
Type: Arbitrary.
Parent series value.
Type:
GanttChartSeries.
Sets Gantt chart series.
Thin client, web-client, server, thick client, external connection.
If a series with the key <Value> exists, it is returned regardless of the parameter <ParentValue>. If no series with the key <Value> exists, but a series with the key <ParentValue> does exist, then a new series with key <Value> and a subordinate series with key <ParentValue> are created. Otherwise (if there are no series with key <Value> or <ParentValue>), then a new series with key <Value> is created at the top level (a series with key <ParentValue> is never automatically created).