Percentage formatting for labels on axis?

TeeChart for ActiveX, COM and ASP
Post Reply
rajeev
Newbie
Newbie
Posts: 4
Joined: Fri Nov 15, 2002 12:00 am

Percentage formatting for labels on axis?

Post by rajeev » Sun Aug 13, 2006 7:34 am

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Aug 14, 2006 8:29 am

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.

Post Reply