GanttChart.ShowPointLevel

Syntax:

ShowPointLevel(<NumberOfLevels>)

Parameters:

<NumberOfLevels> (optional)

Type: Number.
Number of levels to be shown, starting from the top. If 0, all levels will be shown.
Default value: 0.

Description:

Shows specified number of point levels.

Availability:

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

Example:

GanttChart.ShowPointLevel(0);

    

1C:Enterprise Developer's Community