User (Legacy) Posted October 12, 2004 Report Share Posted October 12, 2004 Hi, I have a question on showing percentage symbols on point label values. I am doing the following: ChartName.PointLabelMask = "%v" + chr(37) But it doesnt work. It brings up some other character. I tried "%v" + "%" too and it brings up the same character. It doesnt seem to support the % symbol. All the other characters like $,# work. Is this something ChartFX doesnt support? Thank you! AA Link to comment Share on other sites More sharing options...
Software FX Posted October 12, 2004 Report Share Posted October 12, 2004 Because we use % as the "escaping" character you will need to use two %% in order to get one, e.g. ChartName.PointLabelMask = "%v%%" -- Regards, JC Software FX Support "Ajantha Attaluri" <ssriniu@hotmail.com> wrote in message news:4SOQkEHsEHA.3136@webserver3.softwarefx.com... > Hi, > I have a question on showing percentage symbols on point label values. > I am doing the following: > ChartName.PointLabelMask = "%v" + chr(37) > But it doesnt work. It brings up some other character. I tried "%v" + "%" > too and it brings up the same character. It doesnt seem to support the % > symbol. > All the other characters like $,# work. > Is this something ChartFX doesnt support? > Thank you! > AA > > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.