Chart.SetValue

Syntax:

SetValue(<Point>, <Series>, <Value>, <Details>, <Tooltip>)

Parameters:

<Point> (required)

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

<Series> (required)

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

<Value> (required)

Type: Arbitrary.
Value being set. When plotting the chart, values with types other than Number will be interpreted as numbers.

<Details> (optional)

Type: Arbitrary.
Value used with chart details.

<Tooltip> (optional)

Type: String.
Contains a popup text tooltip which shows up when the user hovers the cursor towards the chart value.
If the parameter is specified, the standard tool tip, formed by the system as <Series> + <Point> + <Value> will be replaced by the indicated text.

Description:

Sets value at specified chart point and series. In addition, you can set detail values.

Availability:

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

Example:

Chart.SetValue(Point, Series, SalesVolume );

See also:

Chart, method GetValue

    

1C:Enterprise Developer's Community