# Wijmo_Angular_Chart.Wjflexchartdatapoint

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WjFlexChartDataPoint 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.datapoint.html">DataPoint</a> object.</p>
								</div>
								<p>The <b>wj-flex-chart-data-point</b> directive must be contained in a
									<a href="wijmo_angular_chart_annotation.wjflexchartannotation.html">wijmo.angular.chart.annotation.WjFlexChartAnnotation</a> directive.
									The property of the parent directive's object
									where <b>wj-flex-data-point</b> should assign a value is specified in the
								<b>wj-property</b> attribute.</p>
								<p>The directive supports the following attributes:</p>
								<dl class="dl-horizontal">
									<dt>wj-property</dt>        <dd><code>@</code> The name of the parent directive object's property where the
									<b>DataPoint</b> will be assigned.</dd>
									<dt>x</dt>                  <dd><code>@</code> x coordinate, can be a numeric or date value.</dd>
									<dt>y</dt>                  <dd><code>@</code> y coordinate, can be a numeric or date value.</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">WjFlexChartDataPoint</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>