# Wijmo_Angular_Chart_Radar.Wjflexradarseries

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexRadarSeries Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_chart_finance.financialchart.html">FinancialChart</a> <a href="wijmo_chart_finance.financialseries.html">FinancialSeries</a> object.</p>
								</div>
								<p>The <b>wj-financial-chart-series</b> directive must be contained in a <a href="wijmo_angular_chart_finance.wjfinancialchart.html">wijmo.angular.chart.finance.WjFinancialChart</a> directive.
								It supports the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>axis-x</dt>       <dd><code>@</code> X-axis for the series.</dd>
									<dt>axis-y</dt>       <dd><code>@</code> Y-axis for the series.</dd>
									<dt>binding</dt>      <dd><code>@</code> The name of the property that contains Y values for the
									series. This value overrides any binding set for the chart.</dd>
									<dt>binding-x</dt>    <dd><code>@</code> The name of the property that contains X values for the
									series. This value overrides any binding set for the chart.</dd>
									<dt>chart-type</dt>   <dd><code>@</code> The chart type to use in rendering objects for this series
										objects. This value overrides the default chart type set on the chart. See
									<a href="../enums/wijmo_chart_finance.financialcharttype.html">FinancialChartType</a>.</dd>
									<dt>css-class</dt>    <dd><code>@</code> The CSS class to use for the series.</dd>
									<dt>items-source</dt> <dd><code>=</code> An array or <a href="../interfaces/wijmo.icollectionview.html">ICollectionView</a> object that contains
									data for this series.</dd>
									<dt>name</dt>         <dd><code>@</code> The name of the series to show in the legend.</dd>
									<dt>style</dt>        <dd><code>=</code> The series style. Use ng-attr-style to specify the series
										style object as an object. See the section on ngAttr attribute bindings in
										<a target="_blank" href="https://docs.angularjs.org/guide/directive">
										AngularJS Creating Custom Directives</a> and the <a target="_blank" href="https://demos.wijmo.com/5/Angular/FlexChartIntro/FlexChartIntro/#Styling">
									FlexChart 101 Styling Series</a> sample for more information.</dd>
									<dt>altStyle</dt>     <dd><code>=</code> The series alternative style.</dd>
									<dt>symbol-marker</dt><dd><code>@</code> The shape of marker to use for the series. This value
									overrides the default marker set on the chart. See <a href="../enums/wijmo_chart.marker.html">Marker</a>.</dd>
									<dt>symbol-size</dt>  <dd><code>@</code> The size of the symbols used to render data points in this
										series for Scatter, LineSymbols, and SplineSymbols charts, in pixels.
									This value overrides any setting at the chart level.</dd>
									<dt>symbol-style</dt> <dd><code>=</code> The style of the symbols used to render data
										points in this series for Scatter, LineSymbols, and SplineSymbols charts.
									This value overrides any setting at the chart level.</dd>
									<dt>visibility</dt>   <dd><code>=</code> The <a href="../enums/wijmo_chart.seriesvisibility.html">SeriesVisibility</a> value indicating whether and where to
									display the series.</dd>
								</dl>
								<p>In most cases, the <b>wj-financial-chart-series</b> specifies the <b>name</b> and <b>binding</b> properties only.
								The remaining values are inherited from the parent <b>wj-financial-chart</b> directive.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjSeriesBase</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">WjFlexRadarSeries</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>