# Wijmo_Angular_Chart_Interaction.Wjflexchartrangeselector

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexChartRangeSelector Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>AngularJS directive for the <a href="wijmo_chart.flexchart.html">FlexChart</a> <a href="wijmo_chart_interaction.rangeselector.html">wijmo.chart.interaction.RangeSelector</a> object.</p>
								</div>
								<p>The <b>wj-flex-chart-range-selector</b> directive must be contained in a <a href="wijmo_angular_chart.wjflexchart.html">wijmo.angular.chart.WjFlexChart</a> directive or <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>is-visible</dt>     <dd><code>@</code> The value indicating whether the RangeSelector is visible.</dd>
									<dt>min</dt>           <dd><code>@</code> The minimum value of the range.</dd>
									<dt>max</dt>           <dd><code>@</code> The maximum value of the range.</dd>
									<dt>orientation</dt>   <dd><code>@</code> The orientation of the RangeSelector.</dd>
									<dt>seamless</dt>      <dd><code>@</code> The value indicating whether the minimal and maximal handler will move seamlessly.</dd>
									<dt>min-scale</dt>      <dd><code>@</code> the valid minimum range of the RangeSelector.</dd>
									<dt>max-scale</dt>      <dd><code>@</code> the valid maximum range of the RangeSelector.</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">WjFlexChartRangeSelector</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>