Following is the global structure of the XML stream of a chart as returned by the call GET <webiURL>/documents/{documentId}/reports/{reportId}/elements/{elementId}.
<element type="Visualization"> ... <content> <chart type="string"> <layout> <title> <legend> <dataLabels> <plotArea> <graphics> <axes>
Find the possible chart types in Chart Types.
The following table describes the chart content elements.
Element | Description |
---|---|
<layout> | The chart Layout that defines properties for all types of charts |
<title> | The chart Title |
<legend> | The chart Legend |
<dataLabels> | The chart Data Labels that configures the display of labels for the data set |
<plotArea> | The chart Plot Area |
<graphics> | The chart Graphics |
<axes> | The chart Axes |