# Wijmo_Angular_Chart.Wjflexchartlinemarker

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexChartLineMarker 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.linemarker.html">LineMarker</a> object.</p>
								</div>
								<p>The <b>wj-flex-line-marker</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 LineMarker is visible.</dd>
									<dt>series-index</dt>           <dd><code>@</code> The index of the series in the chart in which the LineMarker appears.</dd>
									<dt>horizontal-position</dt>    <dd><code>@</code> The horizontal position of the LineMarker relative to the plot area.</dd>
									<dt>content</dt>               <dd><code>@</code> The function that allows you to customize the text content of the LineMarker.</dd>
									<dt>vertical-position</dt>      <dd><code>@</code> The vertical position of the LineMarker relative to the plot area.</dd>
									<dt>alignment</dt>             <dd><code>@</code> The <a href="../enums/wijmo_chart.linemarkeralignment.html">LineMarkerAlignment</a> value indicating the alignment of the LineMarker content.</dd>
									<dt>lines</dt>                 <dd><code>@</code> The <a href="../enums/wijmo_chart.linemarkerlines.html">LineMarkerLines</a> value indicating the appearance of the LineMarker's lines.</dd>
									<dt>interaction</dt>           <dd><code>@</code> The <a href="../enums/wijmo_chart.linemarkerinteraction.html">LineMarkerInteraction</a> value indicating the interaction mode of the LineMarker.</dd>
									<dt>drag-threshold</dt>         <dd><code>@</code> The maximum distance from the horizontal or vertical line that you can drag the marker.</dd>
									<dt>drag-content</dt>           <dd><code>@</code> The value indicating whether you can drag the content of the marker when the interaction mode is "Drag".</dd>
									<dt>drag-lines</dt>             <dd><code>@</code> The value indicating whether the lines are linked when you drag the horizontal or vertical line when the interaction mode is "Drag".</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">WjFlexChartLineMarker</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>