PDA

View Full Version : Contour Plot Chart


martinjdonaghy@gmail.com
11-05-2009, 01:31 PM
Hi,


I have been tasked with a project where a contour plot chart is required like the one attached below. Does anyone know how this coould be done in Flex or are there any third-party components available to do this?

Thanks very much for you help.

Martin

martinjdonaghy@gmail.com
11-06-2009, 01:12 PM
Hi,

Since no replies maybe this cannot be achieved in Flex. Is there a Java component that could be used and which Flex could call?

martinjdonaghy@gmail.com
11-11-2009, 11:06 AM
The ILOG Elixir has a heatmap component that may be of use. It can be used in conjunction with other flex components such as a cartesian chart. Does anyone have experience in using this?

http://www.ilog.com/products/ilogelixir/

Thanks,
Martin

martinjdonaghy@gmail.com
11-18-2009, 10:25 AM
Those components only had a heatmap which wasn't really what I needed. I have since started looking at ChartDirector from http://www.advsofteng.com/. What I have had to do is have JSP/Java create a chart which Flex can call up in a popup window.

Has anyone ever implemented charting using ChartDirector? It costs $700 for a licences. Are there any similiar open-source products out there?

Thanks,
Martin