# Wijmo_Angular_Gauge.Wjrange

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjRange Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="../enums/wijmo_input.dateselectionmode.html#range">Range</a> object.</p>
								</div>
								<p>The <b>wj-range</b> directive must be contained in a <a href="wijmo_angular_gauge.wjlineargauge.html">wijmo.angular.gauge.WjLinearGauge</a>, <a href="wijmo_angular_gauge.wjradialgauge.html">wijmo.angular.gauge.WjRadialGauge</a>
									or <a href="wijmo_angular_gauge.wjbulletgraph.html">wijmo.angular.gauge.WjBulletGraph</a> directive. It adds the Range object to the 'ranges' array property
									of the parent directive. You may also initialize other Range type properties of the parent
								directive by specifying the property name with the wj-property attribute.</p>
								<p>For example:</p>
								<pre>&lt;wj-radial-gauge
    min="0"
    max="200"
    step="20"
    value="theValue"
    is-read-only="false"&gt;
    &lt;wj-range
      min="0"
      max="100"
      color="red"&gt;
    &lt;/wj-range&gt;
    &lt;wj-range
      min="100"
      max="200"
      color="green"&gt;
    &lt;/wj-range&gt;
    &lt;wj-range
      wj-property="pointer"
      color="blue"&gt;
    &lt;/wj-range&gt;
&lt;/wj-radial-gauge&gt;</pre>
								<p>The <b>wj-range</b> directive supports the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>min</dt>           <dd><code>@</code> The minimum value in the range.</dd>
									<dt>max</dt>           <dd><code>@</code> The maximum value in the range.</dd>
									<dt>color</dt>         <dd><code>@</code> The color used to display the range.</dd>
									<dt>thickness</dt>     <dd><code>@</code> The thickness of the range, on a scale
									of zero to one.</dd>
									<dt>name</dt>          <dd><code>@</code> The name of the range.</dd>
									<dt>wj-property</dt>   <dd><code>@</code> The name of the property to initialize
									with this directive.</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">WjRange</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>