# Wijmo_Angular_Chart_Radar.Wjflexradaraxis

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexRadarAxis 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> <a href="wijmo_chart_radar.flexradaraxis.html">FlexRadarAxis</a> <a href="wijmo_chart.axis.html">Axis</a> object.</p>
								</div>
								<p>The <b>wj-flex-radar-axis</b> directive must be contained in a <a href="wijmo_angular_chart_radar.wjflexradar.html">wijmo.angular.chart.radar.WjFlexRadar</a> directive.
								It supports the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>wj-property</dt>     <dd><code>@</code> Defines the <a href="wijmo_chart.flexchart.html">FlexChart</a> property name,
									axis-x or axis-y, to initialize with the directive.</dd>
									<dt>axis-line</dt>       <dd><code>@</code> The value indicating whether the axis line is visible.</dd>
									<dt>binding</dt>         <dd><code>@</code> Gets or sets the comma-separated property names for
										the <a href="wijmo_chart.axis.html#itemssource">wijmo.chart.Axis.itemsSource</a> property to use in axis labels.
										The first name specifies the value on the axis, the second represents
									the corresponding axis label. The default value is 'value,text'.</dd>
									<dt>format</dt>          <dd><code>@</code> The format string used for the axis labels
									(see <a href="wijmo.globalize.html">wijmo.Globalize</a>).</dd>
									<dt>item-formatter</dt>  <dd><code>=</code> The formatter function that customizes the
									appearance of axis labels.</dd>
									<dt>items-source</dt>    <dd><code>=</code> The items source for the axis labels.</dd>
									<dt>labels</dt>          <dd><code>@</code> The value indicating whether the axis labels are visible.</dd>
									<dt>label-angle</dt>     <dd><code>@</code> The rotation angle of axis labels in degrees.</dd>
									<dt>label-align</dt>     <dd><code>@</code> The alignment of axis labels.</dd>
									<dt>label-padding</dt>   <dd><code>@</code> The padding of axis labels.</dd>
									<dt>major-grid</dt>      <dd><code>@</code> The value indicating whether the axis includes grid lines.</dd>
									<dt>major-tick-marks</dt><dd><code>@</code> Defines the appearance of tick marks on the axis
									(see <a href="../enums/wijmo_chart.tickmark.html">TickMark</a>).</dd>
									<dt>major-unit</dt>      <dd><code>@</code> The number of units between axis labels.</dd>
									<dt>max</dt>             <dd><code>@</code> The minimum value shown on the axis.</dd>
									<dt>min</dt>             <dd><code>@</code> The maximum value shown on the axis.</dd>
									<dt>minor-grid</dt>      <dd><code>@</code> The value indicating whether the axis includes minor grid lines.</dd>
									<dt>minor-tick-marks</dt><dd><code>@</code> Defines the appearance of minor tick marks on the axis
									(see <a href="../enums/wijmo_chart.tickmark.html">TickMark</a>).</dd>
									<dt>minor-unit</dt>      <dd><code>@</code> The number of units between minor axis ticks.</dd>
									<dt>origin</dt>          <dd><code>@</code> The axis origin.</dd>
									<dt>overlappingLabels</dt><dd><code>@</code> The <a href="../enums/wijmo_chart.overlappinglabels.html">OverlappingLabels</a> value indicating how to handle the overlapping axis labels.</dd>
									<dt>position</dt>        <dd><code>@</code> The <a href="../enums/wijmo_chart.position.html">Position</a> value indicating the position of the axis.</dd>
									<dt>title</dt>           <dd><code>@</code> The title text shown next to the axis.</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">WjFlexRadarAxis</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>