ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Is finance chart also availabel in the Ajax or Flash or java applet form
Posted by subodh on Sep-14-2010 21:39
Hi,
     Is finance reated chart also availabe in the form of ajax or Flash or java Applet if yes Plz give me the link.

thanks

  Re: Is finance chart also availabel in the Ajax or Flash or java applet form
Posted by Peter Kwan on Sep-14-2010 23:57
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