GetChart

Syntax

GetChartResult GetChart(ChartId tChart, GetChartArg tArg)

Parameters

tChart. Chart moniker.

tArg. Data extraction parameters.

Description

The GetChart operation extracts chart data and metadata.

Comments

To execute the operation, in the tChart parameter specify the chart moniker, and in the tArg.pattern parameter specify the pattern, according to which the information is extracted. 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 GetChart operation to get information about express report chart. The request contains chart moniker and data extraction pattern. The response contains requested data.

SOAP

JSON

C#

See also:

Interactive Visual Components