ChartPoints.Add

Syntax:

Add(<Text>)

Parameters:

<Text> (optional)

Type: String.
Point name.

Description:

You can use it to add a point to the end of chart point collection.

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

Chart.Points.Add("March");

    

1C:Enterprise Developer's Community