Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
41 views

Column chart horizontal axis misplaced

I am using Flex 3 Column chart component. In this, I have a custom container which in minimized(25% of maximized screen) mode, it is not showing horizontal axis properly(in short not utilizing the ...
0
votes
1answer
109 views

Flex PlotChart zoom error in findDataPoints()

I came across this great tutorial on how to zoom into a chart by drawing a rectangle in a LineChart to zoom into it (http://blog.ninjacaptain.com/2010/03/flex-chart-zoom-window/) but i'm trying to ...
0
votes
1answer
95 views

How can we create a Radial Pie chart?

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
0
votes
1answer
22 views

Charting a count of records returned

I am trying to create some charts in Flex/FlashBuilder 4.5 The issue I have it that the information I wish to display is the number of events within an area. I am using HTTP service to access a rails ...
0
votes
1answer
58 views

How to get charts data on click of respective data lenged

what should i do to get chart's data on the click of respective data Legend. suppose i have array [{id:123, label:sales, year:2010},{id:124, label:refunds, year:2010}] for a column chart which has ...
0
votes
1answer
780 views

Flex Charts: Can you use a minimum/maximum point from an IAxis for Cartesian Data Canvas to draw the entire width of the chart?

I have a chart with a DateTime axis as my horizontal and a Linear Axis for my vertical inside a Adobe Flex Line Chart. I want to use a Cartesian Data Canvas as a background element and draw custom ...
0
votes
2answers
36 views

Is there an event dispatched when a series is added to a chart in flex?

I want to know when the data has been added to a chart so I can use localToData() to draw on the chart. If I do this immediately after setting the dataProvider the chart has not yet updated, so the ...
0
votes
4answers
1k views

Any dynamic organisation chart avaiable in flex

Does anyone know of any opensource tool for creating dynamic organization chart in flex by reading values from database