on ‎2009 Apr 27 3:10 PM
Hi everybody,
I have a question about the bar chart. I have a simple bar chart with three bars and I want to get data from the applet. I just need the number of the bar when you click on it. But the problem is that I only can get the number of the selected pen. So I need to click on the legend to get the right value. The problem is, that I don't want to use a legend.
Is there a method to get the correct number of the selected bar or is there a method to automatically change the selected pen when you click on a bar in the chart.
Request clarification before answering.
How about something like
var myChart = document.iChartAppBar.getChartObject();
var selPen = parseInt(myChart.getLastSelectedTag());
var selName = myChart.getTagName(selPen);Jamie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.