# Wijmo_Angular_Olap.Wjpivotchart

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjPivotChart Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_olap.pivotchart.html">PivotChart</a> control.</p>
								</div>
								<p>Use the <b>wj-pivot-chart</b> and <b>wj-pivot-panel</b> directives
								to add pivot charts to your AngularJS applications.</p>
								<p>Directive and parameter names must be formatted as lower-case with dashes
								instead of camel-case. For example:</p>
								<pre>&lt;wj-pivot-panel
    control="thePanel"
    items-source="rawData"&gt;
&lt;/wj-pivot-panel&gt;
&lt;wj-pivot-chart
    items-source="thePanel"
    chart-type="Bar"
    max-series="10"
    max-points="100"&gt;
&lt;/wj-pivot-chart&gt;</pre>
								<p>The <b>wj-pivot-chart</b> directive supports the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>items-source</dt>                  <dd>Gets or sets the <a href="wijmo_olap.pivotpanel.html">PivotPanel</a> that defines the view
									displayed by this <a href="wijmo_olap.pivotchart.html">PivotChart</a>.</dd>
									<dt>chart-type</dt>                    <dd>Gets or sets a <a href="../enums/wijmo_olap.pivotcharttype.html">PivotChartType</a> value that defines
									the type of chart to display.</dd>
									<dt>show-hierarchical-axes</dt>        <dd>Gets or sets whether the chart should group axis annotations for grouped data.</dd>
									<dt>stacking</dt>                      <dd>Gets or sets a <a href="../enums/wijmo_chart.stacking.html">Stacking</a> value that determines whether and how the series
									objects are stacked.</dd>
									<dt>show-totals</dt>                   <dd>Gets or sets a whether the chart should include only totals.</dd>
									<dt>max-series</dt>                    <dd>Gets or sets the maximum number of data series to be shown in the chart.</dd>
									<dt>max-points</dt>                    <dd>Gets or sets the maximum number of points to be shown in each series.</dd>
								</dl>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjDirective</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjPivotChart</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>