Chart.SetPoint

Syntax:

SetPoint(<Value>)

Parameters:

<Value> (required)

Type: Arbitrary.
Point to be found or created.

Returned value:

Type: ChartPoint.
Found point. If there is no such point, a new point is created, for which the property Value is populated, and this point is returned.

Description:

Used to create and access points 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