Charts Active

Defines whether charts are shown (rather than the pivot table) by default or not. The default chart displayed in this case will be the Pie chart

In the following example, we set the charts active to true.

<Pivot>
<PivotName>BooksStoreCharts</PivotName>
<Rows>
<FieldName>Title</FieldName>
<FieldName>Genre</FieldName>
</Rows>
<Columns>
<FieldName>AvailableOnline</FieldName>
<FieldName>ISBN</FieldName>
</Columns>
<Measures>
<FieldName>Rating</FieldName>
</Measures>
<ChartsActive>true</ChartsActive>
</Pivot>

images/download/attachments/144835799/chartsactive-version-1-modificationdate-1645050753000-api-v2.png