I’m trying to build a column chart that has groups it’s data by quarter, then by year…
| Q1 | Q2 | Q3 | Q4 | Q1 | Q2 | Q3 | Q4 |
| 2008 | 2009 |
I have been unable to find any examples of this in the flex docs. Is this possible to do in Flex 3?
Yes, you’re essentially stacking two axes on top of each other. Here is the respective link: Multiple Axes