SetChart

Syntax

SetChartResult SetChart(ChartId tChart, SetChartArg tArg)

Parameters

tChart. Chart moniker.

tArg. Parameters for changing data.

Description

The SetChart operation changes chart data.

Comments

To execute the operation, in the tChart parameter specify chart moniker, and in the tArg.meta parameter specify updated data and metadata. The chart moniker is based on moniker of the repository object, with the chart of which the user is working, following the rules:

Example

Below is the example of using the SetChart operation to change express report chart. The request contains a chart instance and a pattern for data change. The response contains changed data.

SOAP

JSON

C#

See also:

Interactive Visual Components