Package com.codename1.charts.transitions
package com.codename1.charts.transitions
Animated transitions between chart series states.
Concrete subclasses of SeriesTransition buffer changes to a chart's
model and renderer so the ChartComponent can either tween between the
previous and next state via animateChart() or jump to it in one shot
via updateChart().
-
ClassesClassDescriptionA base class for series transitions of ChartComponent.A transition to animate the values of a MultipleSeriesDataset (used by BarChart).A transition for enabling animations between different values in an XYSeries.A transition for enabling animations between different values in an XYSeries.