Hi subodh,
You can always use ChartDirector in an AJAX environment. The standard "Interactive Financial Chart" sample code is already using AJAX techniques. For example, when you change the chart configuration, the web page does not need to refresh.
You can create charts as Java Applets. A Java Applet is the same as a standalone Java application, except the container is changed to JApplet (instead of using JFrame). We only have sample code for standalone Java applications (in the ChartDirector/javademo subdirectory). You would need to modify it to a JApplet.
There is an example of someone modify the "Simple Bar Chart" sample code to a JApplet. May be you can use it as a reference.
http://www.chartdir.com/forum/download_thread.php?bn=chartdir_support&thread=1197457703
ChartDirector is currently not available as Flash.
Hope this can help.
Regards
Peter Kwan |