Jump to content
Software FX Community

Percentage symbol


User (Legacy)

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...