API / anychart.core.Chart.animation get
API / anychart.core.Chart.animation set asBool
API / anychart.core.Chart.animation set dblParams
API / anychart.core.Chart.animation set asObj
Docs / CS Interactivity 09
Chartopedia / Box Chart
A Box Chart (Box-and-whisker plot) represents groups of numerical data through their quartiles. It is used in descriptive statistics and shows the median, upper and lower quartiles, the maximum and the minimum of all of the data and outliers.
Chartopedia / Stacked Column Chart
A Stacked Column Chart is composed of several Column series having their own height and stacked vertically on top of one another. This type is convenient when one needs to see the variation of each Column series and the variation of the combined value.
Gallery / Line Chart
Basic multi-series line chart that shows the changes the different product sales changes over time.
Chartopedia / Area Chart
An Area Chart (Area Graph) displays quantitative data by coloring the area between an axis and a line. This type is based on a Line Chart and can be used to highlight the total values over time.
Chartopedia / Bar Chart
A Bar Chart (Bar Graph) displays data with rectangular bars whose sizes are proportional to the values they show. The chart presents compared categories on one axis and their corresponding values - on the other.
API / anychart.core.utils.Animation.duration get
Chartopedia / Spline Chart
A Spline Chart is based on a Line Chart, in which data points are connected with a smooth curve. This chart type also shows how the displayed value changes over time.