Chart.GetValue

Syntax:

GetValue(<Point>, <Series>)

Parameters:

<Point> (required)

Type: Number; ChartPoint.
Point index or the value of the chart point itself.

<Series> (required)

Type: Number; ChartSeries.
Series index or the chart series itself.

Returned value:

Type: ChartValue.
The chart value at the given point and series.

Description:

Obtains value from the given chart point and series.

Availability:

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

Example:

SalesVolume  = Chart.GetValue(Point, Series).Value;

See also:

Chart, method SetValue

    

1C:Enterprise Developer's Community