1
votes

I am working on line chart in flex. I have to show the tooltip data on the datapoint itself. Normally the data point value is displayed on a rectangular area when we mouse over on the data-point. But I have a checkbox just below the chart. When I check on it, all the datapoints of the graph should display the value on data-point on the graph. Any idea how to do that?

2

2 Answers

1
votes

In your mx:LineChart control set the showAllDataTips value to true/false according to your checkbox.

0
votes

After doing a few research I found the answer. My goal was to draw something on the datapoint itself. I found this link useful Drawing on chart controls EDIT : new link Going through this link helped me a lot.