# Wijmo_Chart_Analytics.Iboxplotdata

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IBoxPlotData Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the final statistics for one rendered box in a
									<a href="../classes/wijmo_chart_analytics.boxwhisker.html">BoxWhisker</a> series.</p>
								</div>
								<p>When the box plot values have already been calculated and
									should be used directly by the chart instead of being derived from the raw
								sample array.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IBoxPlotData</span>
								</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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_chart_analytics.iboxplotdata.html#firstquartile" class="tsd-kind-icon">first<wbr>Quartile</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_chart_analytics.iboxplotdata.html#innerpoints" class="tsd-kind-icon">inner<wbr>Points</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_chart_analytics.iboxplotdata.html#max" class="tsd-kind-icon">max</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_chart_analytics.iboxplotdata.html#mean" class="tsd-kind-icon">mean</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_chart_analytics.iboxplotdata.html#median" class="tsd-kind-icon">median</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_chart_analytics.iboxplotdata.html#min" class="tsd-kind-icon">min</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_chart_analytics.iboxplotdata.html#outlierpoints" class="tsd-kind-icon">outlier<wbr>Points</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface"><a href="wijmo_chart_analytics.iboxplotdata.html#thirdquartile" class="tsd-kind-icon">third<wbr>Quartile</a></li>
										</ul>
									</section>
								</div>
							</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-interface">
								<a name="firstquartile" class="tsd-anchor"></a>
								<h3>firstQuartile</h3>
								<div class="tsd-signature tsd-kind-icon">first<wbr>Quartile<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the first quartile (Q1).</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="innerpoints" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> innerPoints</h3>
								<div class="tsd-signature tsd-kind-icon">inner<wbr>Points<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the inner points to render for the box.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="max" class="tsd-anchor"></a>
								<h3>max</h3>
								<div class="tsd-signature tsd-kind-icon">max<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the upper whisker value to render for the box.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="mean" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> mean</h3>
								<div class="tsd-signature tsd-kind-icon">mean<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the mean value. If omitted, the median is used as the fallback mean.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="median" class="tsd-anchor"></a>
								<h3>median</h3>
								<div class="tsd-signature tsd-kind-icon">median<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the median value.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="min" class="tsd-anchor"></a>
								<h3>min</h3>
								<div class="tsd-signature tsd-kind-icon">min<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the lower whisker value to render for the box.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="outlierpoints" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> outlierPoints</h3>
								<div class="tsd-signature tsd-kind-icon">outlier<wbr>Points<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the outlier points to render for the box.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
								<a name="thirdquartile" class="tsd-anchor"></a>
								<h3>thirdQuartile</h3>
								<div class="tsd-signature tsd-kind-icon">third<wbr>Quartile<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the third quartile (Q3).</p>
									</div>
								</div>
							</section>
						</section>
					</div>