# C1.WPF.Pivot.FlexPivotPage.ChartTotals

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Pivot_FlexPivotPage_ChartTotals_" data-uid="C1.WPF.Pivot.FlexPivotPage.ChartTotals*">ChartTotals Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Pivot_FlexPivotPage_ChartTotals_" data-uid="C1.WPF.Pivot.FlexPivotPage.ChartTotals*"></a>
<h4 id="C1_WPF_Pivot_FlexPivotPage_ChartTotals" data-uid="C1.WPF.Pivot.FlexPivotPage.ChartTotals">ChartTotals</h4>
<div class="markdown level1 summary"><p>Gets or sets whether the chart should include only totals.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ChartTotals { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ChartTotals As Boolean</code></pre>
</div>
<h5 id="C1_WPF_Pivot_FlexPivotPage_ChartTotals_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property allows you to create summary charts that include only the totals, as opposed to one series for each column in the data source.
It is useful when creating views that have so many individual values that the default detailed chart becomes too crowded to be readable.</p>
</div>
</div>
