GanttChart.GetValue

Syntax:

GetValue(<Point>, <Series>)

Parameters:

<Point> (required)

Type: GanttChartPoint.
Gantt chart point.

<Series> (required)

Type: GanttChartSeries.
Gantt chart series.

Returned value:

Type: GanttChartValue.
Gantt chart value corresponding to the given point and series.

Description:

Receives the value corresponding to the specified Gantt chart point and series.

Availability:

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

Example:

Value = GanttChart.GetValue(Point, Series);

    

1C:Enterprise Developer's Community