Page 1 of 1

Charts with percentages

Posted: Tue Jul 20, 2010 8:37 am
by frisco434
Hey all,

Any help would be appreciated if possible. We have a report that has a chart, we have a argument as a string and a value as a value in percent(double) (e.g 5, 10 ,65.5) but we have not figured out how to make the value format with the percentage symbol. we tried setting the Vale Property in the chart design to {Format("{0:P2}", ourtable.ourcolumnname)} , and we tried setting the Format variable in Behavior->seriesLabel-> format to P2 but nothing will change the format to percentage. I guess im just asking are we doing this totally incorrect is there an easier way to do percentage charts?

Thanks for the suggestions !!!

Charts with percentages

Posted: Wed Jul 21, 2010 12:19 am
by Vladimir
Hello,

Please set the Area.YAxis.Labels.Format property to P2.

Thank you.

Charts with percentages

Posted: Wed Jul 21, 2010 7:07 am
by frisco434
that worked thats for the help !

Charts with percentages

Posted: Wed Jul 21, 2010 8:28 am
by Andrew
Always glad to help!