# Wijmo_Grid_Cellmaker.Isparklineoptions

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								ISparkLineOptions Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies parameters used to create Sparkline cells with the
									<a href="../classes/wijmo_grid_cellmaker.cellmaker.html#makesparkline">CellMaker.makeSparkline</a> method.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_grid_cellmaker.icellmakeroptions.html" class="tsd-signature-type">ICellMakerOptions</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">ISparkLineOptions</span>
										</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 tsd-is-not-exported">
										<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 tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.isparklineoptions.html#attributes" class="tsd-kind-icon">attributes</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_grid_cellmaker.isparklineoptions.html#basevalue" class="tsd-kind-icon">base<wbr>Value</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.isparklineoptions.html#click" class="tsd-kind-icon">click</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.isparklineoptions.html#cssclass" class="tsd-kind-icon">css<wbr>Class</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported"><a href="wijmo_grid_cellmaker.isparklineoptions.html#label" class="tsd-kind-icon">label</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_grid_cellmaker.isparklineoptions.html#markers" class="tsd-kind-icon">markers</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_grid_cellmaker.isparklineoptions.html#maxpoints" class="tsd-kind-icon">max<wbr>Points</a></li>
											<li class="tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported"><a href="wijmo_grid_cellmaker.isparklineoptions.html#type" class="tsd-kind-icon">type</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group tsd-is-not-exported">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="attributes" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> attributes</h3>
								<div class="tsd-signature tsd-kind-icon">attributes<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.icellmakeroptions.html">ICellMakerOptions</a>.<a href="wijmo_grid_cellmaker.icellmakeroptions.html#attributes">attributes</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Object with attributes to apply to the cell content element.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="basevalue" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> baseValue</h3>
								<div class="tsd-signature tsd-kind-icon">base<wbr>Value<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>Base value (position of the Y-axis) on a sparkline.</p>
									</div>
									<p>Setting this value to null causes the chart to calculate the base value
										automatically so the chart fills the vertical extent of the cell.
										This is a good option to highlight relative changes, and is used by
									default for Sparklines of type <a href="../enums/wijmo_grid_cellmaker.sparklinetype.html#line">SparklineType.Line</a>.</p>
									<p>Setting this value to an absolute number (like zero) is a better option
										to show absolute changes, and is used by default for Sparklines of type
									<a href="../enums/wijmo_grid_cellmaker.sparklinetype.html#column">SparklineType.Column</a>.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="click" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> click</h3>
								<div class="tsd-signature tsd-kind-icon">click<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">ICellMakerClickHandler</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.icellmakeroptions.html">ICellMakerOptions</a>.<a href="wijmo_grid_cellmaker.icellmakeroptions.html#click">click</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Function to be executed when the element is clicked.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="cssclass" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> cssClass</h3>
								<div class="tsd-signature tsd-kind-icon">css<wbr>Class<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.icellmakeroptions.html">ICellMakerOptions</a>.<a href="wijmo_grid_cellmaker.icellmakeroptions.html#cssclass">cssClass</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Template string used to set the element's CSS class names.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported">
								<a name="label" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> label</h3>
								<div class="tsd-signature tsd-kind-icon">label<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_cellmaker.icellmakeroptions.html">ICellMakerOptions</a>.<a href="wijmo_grid_cellmaker.icellmakeroptions.html#label">label</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Template string used to set the element's "aria-label" attribute.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="markers" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> markers</h3>
								<div class="tsd-signature tsd-kind-icon">markers<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid_cellmaker.sparklinemarkers.html" class="tsd-signature-type">SparklineMarkers</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Markers to add to Sparkline points.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="maxpoints" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> maxPoints</h3>
								<div class="tsd-signature tsd-kind-icon">max<wbr>Points<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>Maximum number of points to use in the sparkline or sparkbar.</p>
									</div>
									<p>Setting this value to null causes the cell to show all points.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported">
								<a name="type" class="tsd-anchor"></a>
								<h3><span class="tsd-flag ts-flagOptional">Optional</span> type</h3>
								<div class="tsd-signature tsd-kind-icon">type<span class="tsd-signature-symbol">:</span> <a href="../enums/wijmo_grid_cellmaker.sparklinetype.html" class="tsd-signature-type">SparklineType</a></div>
								<aside class="tsd-sources">
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Type of Sparkline to create.</p>
									</div>
									<p>The default type is <a href="../enums/wijmo_grid_cellmaker.sparklinetype.html#line">SparklineType.Line</a>.</p>
								</div>
							</section>
						</section>
					</div>