# Wijmo_Angular_Chart_Radar.Wjflexradar

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexRadar Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_chart_radar.flexradar.html">FlexRadar</a> control.</p>
								</div>
								<p>Use the <b>wj-flex-radar</b> directive to add radar charts to your AngularJS applications.
									Note that directive and parameter names must be formatted using lower-case letters
								with dashes instead of camel case.</p>
								<p>The wj-flex-radar directive supports the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>binding</dt>           <dd><code>@</code> The name of the property that contains Y
									values for the chart. You can override this at the series level.</dd>
									<dt>binding-x</dt>         <dd><code>@</code> The name of the property that contains X
									values for the chart. You can override this at the series level.</dd>
									<dt>chart-type</dt>        <dd><code>@</code> The default chart type to use in rendering series
									objects. You can override this at the series level. See <a href="../enums/wijmo_chart_radar.radarcharttype.html">RadarChartType</a>.</dd>
									<dt>control</dt>           <dd><code>=</code> A reference to the <a href="wijmo_chart_radar.flexradar.html">FlexRadar</a> control
									that this directive creates.</dd>
									<dt>footer</dt>            <dd><code>@</code> The text to display in the chart footer (plain
									text).</dd>
									<dt>footer-style</dt>       <dd><code>=</code> The style to apply to the chart footer.</dd>
									<dt>header</dt>            <dd><code>@</code> The text to display in the chart header (plain
									text).</dd>
									<dt>header-style</dt>      <dd><code>=</code> The style to apply to the chart header.</dd>
									<dt>initialized</dt>       <dd><code>&amp;</code> This event occurs after the binding has finished
									initializing the control with attribute values.</dd>
									<dt>is-initialized</dt><dd><code>=</code> A value indicating whether the binding has finished
									initializing the control with attribute values. </dd>
									<dt>interpolate-nulls</dt> <dd><code>@</code> The value indicating whether to interpolate or
									leave gaps when there are null values in the data.</dd>
									<dt>item-formatter</dt>    <dd><code>=</code> The formatter function that customizes the
									appearance of data points.</dd>
									<dt>items-source</dt>      <dd><code>=</code> An array or <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object that contains
									the data used to create the chart.</dd>
									<dt>legend-toggle</dt>     <dd><code>@</code> The value indicating whether clicking legend items
									toggles series visibility.</dd>
									<dt>options</dt>           <dd><code>=</code> Chart <a href="wijmo_chart.flexchart.html#options">FlexChart.options</a> that only apply to certain
									chart types.</dd>
									<dt>palette</dt>           <dd><code>=</code> An array that contains the default colors used for
									displaying each series.</dd>
									<dt>plot-margin</dt>       <dd><code>=</code> The number of pixels of space to leave between the
									edges of the control and the plot area, or CSS-style margins.</dd>
									<dt>stacking</dt>          <dd><code>@</code> The <a href="../enums/wijmo_chart.stacking.html">Stacking</a> value indicating whether or how series
									objects are stacked or plotted independently.</dd>
									<dt>reversed</dt>          <dd><code>@</code> The <a href="wijmo_chart_radar.flexradar.html#reversed">FlexRadar.reversed</a> value indicating whether angles are reversed
									(counter-clockwise).</dd>
									<dt>startAngle</dt>        <dd><code>@</code> The <a href="wijmo_chart_radar.flexradar.html#startangle">FlexRadar.startAngle</a> value indicating the starting angle for the radar in degrees.</dd>
									<dt>totalAngle</dt>        <dd><code>@</code> The <a href="wijmo_chart_radar.flexradar.html#totalangle">FlexRadar.totalAngle</a> value indicating the total angle for the radar in degrees.</dd>
									<dt>symbol-size</dt>       <dd><code>@</code> The size of the symbols used to render data points in Scatter,
										LineSymbols, and SplineSymbols charts, in pixels. You can override
									this at the series level.</dd>
									<dt>tooltip-content</dt>   <dd><code>@</code> The value to display in the
									<a href="wijmo_chart.charttooltip.html">ChartTooltip</a> content property.</dd>
									<dt>rendering</dt>         <dd><code>&amp;</code> The <a href="wijmo_chart_radar.flexradar.html#rendering">FlexRadar.rendering</a> event handler.</dd>
									<dt>rendered</dt>          <dd><code>&amp;</code> The <a href="wijmo_chart_radar.flexradar.html#rendered">FlexRadar.rendered</a> event handler.</dd>
									<dt>series-visibility-changed</dt>
									<dd><code>&amp;</code> The <a href="wijmo_chart_radar.flexradar.html#seriesvisibilitychanged">FlexRadar.seriesVisibilityChanged</a> event handler.</dd>
								</dl>
								<p>The wj-flex-radar directive may contain the following child directives:
								<a href="wijmo_angular_chart.wjflexchartaxis.html">wijmo.angular.chart.WjFlexChartAxis</a>, <a href="wijmo_angular_chart_radar.wjflexradarseries.html">wijmo.angular.chart.radar.WjFlexRadarSeries</a>, <a href="wijmo_angular_chart.wjflexchartlegend.html">wijmo.angular.chart.WjFlexChartLegend</a> and <a href="wijmo_angular_chart.wjflexchartdatalabel.html">wijmo.angular.chart.WjFlexChartDataLabel</a>.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjFlexChartCore</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjFlexRadar</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>