Page 1 of 1

Percentage formatting for labels on axis?

Posted: Sun Aug 13, 2006 7:34 am
by 6926840
In my app, I want to show the labels in % format (i.e say if the value is 0.1, I want to show 10%). Is there any way I could do that?

thanks
rajeev

Posted: Mon Aug 14, 2006 8:29 am
by Pep
Hi rajeev,

yes, you can use the OnGetAxisLabel event to do this (it's used to customize the axis labels). Please look at the help file how to use it.