1
votes

Is it possible to restrict flex bar chart y-axis count?

I have a very big name coming in my y-axis and i want to reduce or restrict it to 5 characters and on rollover i want to display it in full.

1

1 Answers

2
votes

You can use the labelFunction of the axis. Check out the examples here: http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_06.html

You should easily be able to add a mouseOver event listener to put your tool tip on.