Hi,
I am using ClipTextAxisLabelLayoutBehavior to trim labels and display ellipces for data on X axis . Now i would like to display tooltip on mouse hover to show the entire label. I observed tooltips are only appearing for data on chart but not for labels.
Please suggest.
Thanks
bp
That seems to show the y-axis label not the x-axis data as you suggest.
it is easy to do that... for most chart types you just have to change your tooltips.formatstring from <DATA_VALUE> to <ITEM_LABEL>.
I believe so,it seems to me that it should be as easy to show the x-axis value rather than the y-axis value as the data.
the original post is about displaying a tooltip when the mouse is over an axis label. i provided a hack/solution, but it is limited to displaying the same tooltips when the mouse is over chart data. is this the limitation you're referring to?