# Wijmo_Chart.Linemarkeralignment

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								LineMarkerAlignment Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies the alignment of the <a href="../classes/wijmo_chart.linemarker.html">LineMarker</a>.</p>
								</div>
							</div>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Enumeration members
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart.linemarkeralignment.html#auto" class="tsd-kind-icon">Auto</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart.linemarkeralignment.html#bottom" class="tsd-kind-icon">Bottom</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart.linemarkeralignment.html#left" class="tsd-kind-icon">Left</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart.linemarkeralignment.html#right" class="tsd-kind-icon">Right</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart.linemarkeralignment.html#top" class="tsd-kind-icon">Top</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Enumeration members</h2>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="auto" class="tsd-anchor"></a>
								<h3>Auto</h3>
								<div class="tsd-signature tsd-kind-icon">Auto<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;2</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The LineMarker alignment adjusts automatically so that it stays
										within the boundaries of the plot area.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="bottom" class="tsd-anchor"></a>
								<h3>Bottom</h3>
								<div class="tsd-signature tsd-kind-icon">Bottom<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;4</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The LineMarker aligns to the bottom of the pointer.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="left" class="tsd-anchor"></a>
								<h3>Left</h3>
								<div class="tsd-signature tsd-kind-icon">Left<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;1</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The LineMarker aligns to the left of the pointer.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="right" class="tsd-anchor"></a>
								<h3>Right</h3>
								<div class="tsd-signature tsd-kind-icon">Right<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;0</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The LineMarker aligns to the right of the pointer.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="top" class="tsd-anchor"></a>
								<h3>Top</h3>
								<div class="tsd-signature tsd-kind-icon">Top<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;6</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The LineMarker aligns to the top of the pointer.</p>
									</div>
								</div>
							</section>
						</section>
					</div>