GanttChart.SetSeries

Syntax:

SetSeries(<Value>, <ParentValue>)

Parameters:

<Value> (required)

Type: Arbitrary.
Series value.

<ParentValue> (optional)

Type: Arbitrary.
Parent series value.

Returned value:

Type: GanttChartSeries.

Description:

Sets Gantt chart series.

Availability:

Thin client, web-client, server, thick client, external connection.

Note:

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).

    

1C:Enterprise Developer's Community