# Wijmo_Chart_Annotation.Annotationattachment

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								AnnotationAttachment Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies the attachment of the annotation.</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_annotation.annotationattachment.html#absolute" class="tsd-kind-icon">Absolute</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_annotation.annotationattachment.html#datacoordinate" class="tsd-kind-icon">Data<wbr>Coordinate</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_annotation.annotationattachment.html#dataindex" class="tsd-kind-icon">Data<wbr>Index</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_annotation.annotationattachment.html#relative" class="tsd-kind-icon">Relative</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="absolute" class="tsd-anchor"></a>
								<h3>Absolute</h3>
								<div class="tsd-signature tsd-kind-icon">Absolute<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol"> =&nbsp;3</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>The annotation point is specified in control's pixel coordinates.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="datacoordinate" class="tsd-anchor"></a>
								<h3>DataCoordinate</h3>
								<div class="tsd-signature tsd-kind-icon">Data<wbr>Coordinate<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>Annotation point is specified in data coordinates.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="dataindex" class="tsd-anchor"></a>
								<h3>DataIndex</h3>
								<div class="tsd-signature tsd-kind-icon">Data<wbr>Index<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>Coordinates of the annotation point are defined by the data series index and
										the data point index.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="relative" class="tsd-anchor"></a>
								<h3>Relative</h3>
								<div class="tsd-signature tsd-kind-icon">Relative<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>Annotation point is specified as a relative position inside the control where
										(0,0) is the top left corner and (1,1) is the bottom right corner.</p>
									</div>
								</div>
							</section>
						</section>
					</div>