0

How can we create a Radial-Pie-Chart in Flex?

Basically i am trying to create a stacked pie chart. What should i do to achieve this?

Can we show stacked column chart in a pie?

Thanks

Gannesh
  • 183
  • 12

1 Answers1

1

One data visualization API that can be used in Flex is Axiis:

http://www.axiis.org/examples.html

Take a look at this sample to see if this is close to what you are looking for:

http://www.axiis.org/examples/WedgeStackChartExample.html

dtuckernet
  • 7,817
  • 5
  • 39
  • 54