ld_7 Posted January 23, 2014 Report Share Posted January 23, 2014 Hi all, I pass numbers to my chart, however when I hover over the various points, it shows the number without any formatting. So $1,500 just renders as 1500 (b/c that's the number I passed it). Is it possible to format it so when the user hovers over the point, I can show it as $1,500 ? thanks! Quote Link to comment Share on other sites More sharing options...
0 JuanC Posted January 23, 2014 Report Share Posted January 23, 2014 The axis class has a LabelsFormat property which allows you to control things such as number of decimals, formatting, etc. chart1.getAxisY().getLabelsFormat().setFormat(cfx.AxisFormat.Currency); JuanC Quote Link to comment Share on other sites More sharing options...
Question
ld_7
Hi all,
I pass numbers to my chart, however when I hover over the various points, it shows the number without any formatting.
So $1,500 just renders as 1500 (b/c that's the number I passed it).
Is it possible to format it so when the user hovers over the point, I can show it as $1,500 ?
thanks!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.