# C1.WPF.Pivot.PivotContentOptions

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Pivot_PivotContentOptions" data-uid="C1.WPF.Pivot.PivotContentOptions" class="text-break">PivotContentOptions Class
</h1>
  <div class="markdown level0 summary"><p>Control used to configure the content options for FlexPivot report.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">PivotContentOptions</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Pivot.html">C1.WPF.Pivot</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Pivot.dll</h6>
  <h5 id="C1_WPF_Pivot_PivotContentOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Root&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;IncludeGrid&quot;, Type = typeof(CheckBox))]
[TemplatePart(Name = &quot;GridActual&quot;, Type = typeof(RadioButton))]
[TemplatePart(Name = &quot;GridSingle&quot;, Type = typeof(RadioButton))]
[TemplatePart(Name = &quot;GridWidth&quot;, Type = typeof(RadioButton))]
[TemplatePart(Name = &quot;IncludeChart&quot;, Type = typeof(CheckBox))]
[TemplatePart(Name = &quot;ChartSingle&quot;, Type = typeof(RadioButton))]
[TemplatePart(Name = &quot;ChartWidth&quot;, Type = typeof(RadioButton))]
[TemplatePart(Name = &quot;IncludeRaw&quot;, Type = typeof(CheckBox))]
[TemplatePart(Name = &quot;RawActual&quot;, Type = typeof(RadioButton))]
[TemplatePart(Name = &quot;RawSingle&quot;, Type = typeof(RadioButton))]
[TemplatePart(Name = &quot;RawWidth&quot;, Type = typeof(RadioButton))]
public class PivotContentOptions : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Root&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;IncludeGrid&quot;, Type:=GetType(CheckBox))&gt;
&lt;TemplatePart(Name:=&quot;GridActual&quot;, Type:=GetType(RadioButton))&gt;
&lt;TemplatePart(Name:=&quot;GridSingle&quot;, Type:=GetType(RadioButton))&gt;
&lt;TemplatePart(Name:=&quot;GridWidth&quot;, Type:=GetType(RadioButton))&gt;
&lt;TemplatePart(Name:=&quot;IncludeChart&quot;, Type:=GetType(CheckBox))&gt;
&lt;TemplatePart(Name:=&quot;ChartSingle&quot;, Type:=GetType(RadioButton))&gt;
&lt;TemplatePart(Name:=&quot;ChartWidth&quot;, Type:=GetType(RadioButton))&gt;
&lt;TemplatePart(Name:=&quot;IncludeRaw&quot;, Type:=GetType(CheckBox))&gt;
&lt;TemplatePart(Name:=&quot;RawActual&quot;, Type:=GetType(RadioButton))&gt;
&lt;TemplatePart(Name:=&quot;RawSingle&quot;, Type:=GetType(RadioButton))&gt;
&lt;TemplatePart(Name:=&quot;RawWidth&quot;, Type:=GetType(RadioButton))&gt;
Public Class PivotContentOptions
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions__ctor" data-uid="C1.WPF.Pivot.PivotContentOptions.#ctor">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.-ctor.html#C1_WPF_Pivot_PivotContentOptions__ctor">PivotContentOptions()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.html">PivotContentOptions</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_ChartScaleProperty" data-uid="C1.WPF.Pivot.PivotContentOptions.ChartScaleProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.ChartScaleProperty.html">ChartScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.ChartScale.html#C1_WPF_Pivot_PivotContentOptions_ChartScale">ChartScale</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_GridScaleProperty" data-uid="C1.WPF.Pivot.PivotContentOptions.GridScaleProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.GridScaleProperty.html">GridScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.GridScale.html#C1_WPF_Pivot_PivotContentOptions_GridScale">GridScale</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_IncludeChartProperty" data-uid="C1.WPF.Pivot.PivotContentOptions.IncludeChartProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeChartProperty.html">IncludeChartProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeChart.html#C1_WPF_Pivot_PivotContentOptions_IncludeChart">IncludeChart</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_IncludeGridProperty" data-uid="C1.WPF.Pivot.PivotContentOptions.IncludeGridProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeGridProperty.html">IncludeGridProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeGrid.html#C1_WPF_Pivot_PivotContentOptions_IncludeGrid">IncludeGrid</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_IncludeRawProperty" data-uid="C1.WPF.Pivot.PivotContentOptions.IncludeRawProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeRawProperty.html">IncludeRawProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeRaw.html#C1_WPF_Pivot_PivotContentOptions_IncludeRaw">IncludeRaw</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_RawScaleProperty" data-uid="C1.WPF.Pivot.PivotContentOptions.RawScaleProperty">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.RawScaleProperty.html">RawScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.RawScale.html#C1_WPF_Pivot_PivotContentOptions_RawScale">RawScale</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_ChartScale" data-uid="C1.WPF.Pivot.PivotContentOptions.ChartScale">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.ChartScale.html#C1_WPF_Pivot_PivotContentOptions_ChartScale">ChartScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ScaleMode for the Chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_GridScale" data-uid="C1.WPF.Pivot.PivotContentOptions.GridScale">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.GridScale.html#C1_WPF_Pivot_PivotContentOptions_GridScale">GridScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ScaleMode for the Grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_IncludeChart" data-uid="C1.WPF.Pivot.PivotContentOptions.IncludeChart">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeChart.html#C1_WPF_Pivot_PivotContentOptions_IncludeChart">IncludeChart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the chart will be included in the printed document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_IncludeGrid" data-uid="C1.WPF.Pivot.PivotContentOptions.IncludeGrid">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeGrid.html#C1_WPF_Pivot_PivotContentOptions_IncludeGrid">IncludeGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the grid will be included in the printed document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_IncludeRaw" data-uid="C1.WPF.Pivot.PivotContentOptions.IncludeRaw">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IncludeRaw.html#C1_WPF_Pivot_PivotContentOptions_IncludeRaw">IncludeRaw</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the raw data will be included in the printed document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_IsDisposed" data-uid="C1.WPF.Pivot.PivotContentOptions.IsDisposed">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.IsDisposed.html#C1_WPF_Pivot_PivotContentOptions_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_RawScale" data-uid="C1.WPF.Pivot.PivotContentOptions.RawScale">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.RawScale.html#C1_WPF_Pivot_PivotContentOptions_RawScale">RawScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ScaleMode for the RawData.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_Dispose" data-uid="C1.WPF.Pivot.PivotContentOptions.Dispose">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.Dispose.html#C1_WPF_Pivot_PivotContentOptions_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_Dispose_System_Boolean_" data-uid="C1.WPF.Pivot.PivotContentOptions.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.Dispose.html#C1_WPF_Pivot_PivotContentOptions_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_Finalize" data-uid="C1.WPF.Pivot.PivotContentOptions.Finalize">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.Finalize.html#C1_WPF_Pivot_PivotContentOptions_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.html">PivotContentOptions</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Pivot_PivotContentOptions_OnApplyTemplate" data-uid="C1.WPF.Pivot.PivotContentOptions.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Pivot.PivotContentOptions.OnApplyTemplate.html#C1_WPF_Pivot_PivotContentOptions_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
