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

Message ListMessage List     Post MessagePost Message

  Re : Could i have a clickable line chart in jsp?
Posted by Tom on May-27-2011 22:16
Good morning,
  This is Tom, a student from Georgia State University.
I'd like to explore if i can do a clickable line chart in JSP? I have done clickable bar chart and it worked out well. If you have experience with how to set up a clickable line chart in jsp , please share it with me.

Thanks so much in advance and have a great evening,

Tom

  Re: Re : Could i have a clickable line chart in jsp?
Posted by Peter Kwan on May-28-2011 00:48
Hi Tom,

The clickable line chart is the same as the clickable bar chart. For example, if you chart the addBarLayer to addLineLayer, then it will become a clickable line chart.

Also, in the "Simple Clickable Charts" sample code that comes with ChartDirector, there is an example for a clickable bar chart as well as a clickable line chart. May be you can use it as a reference.

Hope this can help.

Regards
Peter Kwan