# Wijmo_Chart_Animation.Animationmode

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								AnimationMode Enumeration
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Specifies the animation mode whether chart should animate one point at a time,
									series by series, or all at once.</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_animation.animationmode.html#all" class="tsd-kind-icon">All</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_animation.animationmode.html#point" class="tsd-kind-icon">Point</a></li>
											<li class="tsd-kind-enum-member tsd-parent-kind-enum"><a href="wijmo_chart_animation.animationmode.html#series" class="tsd-kind-icon">Series</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="all" class="tsd-anchor"></a>
								<h3>All</h3>
								<div class="tsd-signature tsd-kind-icon">All<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>All points and series are animated at once.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="point" class="tsd-anchor"></a>
								<h3>Point</h3>
								<div class="tsd-signature tsd-kind-icon">Point<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>Animation is performed point by point. Multiple series are animated
										simultaneously at the same time.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-enum-member tsd-parent-kind-enum">
								<a name="series" class="tsd-anchor"></a>
								<h3>Series</h3>
								<div class="tsd-signature tsd-kind-icon">Series<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>Animation is performed series by series.
											Entire series is animated at once, following the same animation as the "All"
										option, but just one series at a time.</p>
									</div>
								</div>
							</section>
						</section>
					</div>