Chart.SetSeries

Syntax:

SetSeries(<Value>)

Parameters:

<Value> (required)

Type: Arbitrary.
Series to be found or created.

Returned value:

Type: ChartSeries.
Series found. If there is no such series, then a new series is created, for which the property Value is populated, and this series is returned.

Description:

Used to create and access series by key value. Allows you to populate a chart in any order.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Note:

Important: When populating a chart, do not set the property AutoTransposition You can set it afterward.

    

1C:Enterprise Developer's Community