# Wijmo_Chart_Annotation.Line

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								Line Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents a line annotation for <a href="wijmo_chart_annotation.annotationlayer.html">AnnotationLayer</a>.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_chart_annotation.shape.html" class="tsd-signature-type">Shape</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">Line</span>
											<ul class="tsd-hierarchy">
												<li>
													<a href="wijmo_angular2_chart_annotation.wjflexchartannotationline.html" class="tsd-signature-type">WjFlexChartAnnotationLine</a>
												</li>
											</ul>
										</li>
									</ul>
								</li>
							</ul>
						</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>
												Constructors
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="wijmo_chart_annotation.line.html#constructor" class="tsd-kind-icon">constructor</a></li>
										</ul>
									</section>
									<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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#attachment" class="tsd-kind-icon">attachment</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#content" class="tsd-kind-icon">content</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_chart_annotation.line.html#end" class="tsd-kind-icon">end</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#isvisible" class="tsd-kind-icon">is<wbr>Visible</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#name" class="tsd-kind-icon">name</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#offset" class="tsd-kind-icon">offset</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#point" class="tsd-kind-icon">point</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#pointindex" class="tsd-kind-icon">point<wbr>Index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#position" class="tsd-kind-icon">position</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#seriesindex" class="tsd-kind-icon">series<wbr>Index</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_chart_annotation.line.html#start" class="tsd-kind-icon">start</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#style" class="tsd-kind-icon">style</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#tooltip" class="tsd-kind-icon">tooltip</a></li>
										</ul>
									</section>
									<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>
												Methods
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#destroy" class="tsd-kind-icon">destroy</a></li>
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_chart_annotation.line.html#render" class="tsd-kind-icon">render</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Constructors</h2>
							<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
								<a name="constructor" class="tsd-anchor"></a>
								<h3>constructor</h3>
								<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
									<li class="tsd-signature tsd-kind-icon">new <wbr>Line<span class="tsd-signature-symbol">(</span>options<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_chart_annotation.line.html" class="tsd-signature-type">Line</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Overrides <a href="wijmo_chart_annotation.shape.html">Shape</a>.<a href="wijmo_chart_annotation.shape.html#constructor">constructor</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes a new instance of the <a href="wijmo_chart_annotation.line.html">Line</a> annotation class.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5><span class="tsd-flag ts-flagOptional">Optional</span> options: <span class="tsd-signature-type">any</span></h5>
												<div class="tsd-comment">
													<div class="lead">
														<p>JavaScript object containing initialization data for the object.</p>
													</div>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_chart_annotation.line.html" class="tsd-signature-type">Line</a></h4>
									</li>
								</ul>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="attachment" class="tsd-anchor"></a>
								<h3>attachment</h3>
								<div class="tsd-signature tsd-kind-icon">attachment<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_chart_annotation.annotationattachment.html" class="tsd-signature-type">AnnotationAttachment</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#attachment">attachment</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the attachment of the annotation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="content" class="tsd-anchor"></a>
								<h3>content</h3>
								<div class="tsd-signature tsd-kind-icon">content<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.shape.html">Shape</a>.<a href="wijmo_chart_annotation.shape.html#content">content</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the text of the annotation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="end" class="tsd-anchor"></a>
								<h3>end</h3>
								<div class="tsd-signature tsd-kind-icon">end<span class="tsd-signature-symbol">:</span> <a href="wijmo_chart.datapoint.html" class="tsd-signature-type">DataPoint</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the end point of the Line annotation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="isvisible" class="tsd-anchor"></a>
								<h3>isVisible</h3>
								<div class="tsd-signature tsd-kind-icon">is<wbr>Visible<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#isvisible">isVisible</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the visibility of the annotation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="name" class="tsd-anchor"></a>
								<h3>name</h3>
								<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#name">name</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the name of the annotation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="offset" class="tsd-anchor"></a>
								<h3>offset</h3>
								<div class="tsd-signature tsd-kind-icon">offset<span class="tsd-signature-symbol">:</span> <a href="wijmo.point.html" class="tsd-signature-type">Point</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#offset">offset</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the offset of the annotation from the <a href="wijmo_chart_annotation.line.html#point">point</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="point" class="tsd-anchor"></a>
								<h3>point</h3>
								<div class="tsd-signature tsd-kind-icon">point<span class="tsd-signature-symbol">:</span> <a href="wijmo_chart.datapoint.html" class="tsd-signature-type">DataPoint</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#point">point</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the point of the annotation.
											The coordinates of points depends on the <a href="wijmo_chart_annotation.line.html#attachment">attachment</a> property.
										See <a href="../enums/wijmo_chart_annotation.annotationattachment.html">AnnotationAttachment</a> for further description.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="pointindex" class="tsd-anchor"></a>
								<h3>pointIndex</h3>
								<div class="tsd-signature tsd-kind-icon">point<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#pointindex">pointIndex</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the data point index of the annotation.
										Applies only when the <b>attachment</b> property is set to DataIndex.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="position" class="tsd-anchor"></a>
								<h3>position</h3>
								<div class="tsd-signature tsd-kind-icon">position<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_chart_annotation.annotationposition.html" class="tsd-signature-type">AnnotationPosition</a></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#position">position</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the position of the annotation.
										The position is relative to the <a href="wijmo_chart_annotation.line.html#point">point</a>.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="seriesindex" class="tsd-anchor"></a>
								<h3>seriesIndex</h3>
								<div class="tsd-signature tsd-kind-icon">series<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#seriesindex">seriesIndex</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the data series index of the annotation.
										Applies only when the <b>attachment</b> property is set to DataIndex.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="start" class="tsd-anchor"></a>
								<h3>start</h3>
								<div class="tsd-signature tsd-kind-icon">start<span class="tsd-signature-symbol">:</span> <a href="wijmo_chart.datapoint.html" class="tsd-signature-type">DataPoint</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the start point of the <a href="wijmo_chart_annotation.line.html">Line</a> annotation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="style" class="tsd-anchor"></a>
								<h3>style</h3>
								<div class="tsd-signature tsd-kind-icon">style<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#style">style</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the style of the annotation.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="tooltip" class="tsd-anchor"></a>
								<h3>tooltip</h3>
								<div class="tsd-signature tsd-kind-icon">tooltip<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#tooltip">tooltip</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the tooltip of the annotation.</p>
									</div>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Methods</h2>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="destroy" class="tsd-anchor"></a>
								<h3>destroy</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">destroy<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#destroy">destroy</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Destroy this annotation</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="render" class="tsd-anchor"></a>
								<h3>render</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">render<span class="tsd-signature-symbol">(</span>engine<span class="tsd-signature-symbol">: </span><a href="../interfaces/wijmo_chart.irenderengine.html" class="tsd-signature-type">IRenderEngine</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_chart_annotation.annotationbase.html">AnnotationBase</a>.<a href="wijmo_chart_annotation.annotationbase.html#render">render</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Render this annotation.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>engine: <a href="../interfaces/wijmo_chart.irenderengine.html" class="tsd-signature-type">IRenderEngine</a></h5>
												<div class="tsd-comment">
													<p>The engine to render annotation.</p>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
						</section>
					</div>