Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Charts display their data in the form of series. For example, you can have a column chart that compares revenue from years 2013 and 2014; that would be a chart with two series. Each series has its own itemRenderers that displays a data point for that series. For instance, one itemRenderer might display the revenue from April 2013 as a blue bar and another itemRenderer might display the revenue from April 2014 with an orange bar.

ColumnChart

To display a column chart (which has vertical bars, BarChart has horizontal bars), you begin with the <basic:ColumnChart> MXML tag, such as:

...