This is a migrated thread and some comments may be shown as answers.

Pie Graph (polar), how do you show labels as percentage of the total

1 Answer 134 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
NerdBrick
Top achievements
Rank 1
NerdBrick asked on 12 Dec 2013, 04:48 PM
Hello, 

I was changing a pie charts over to the new pie graph (polar) in the latest Reporting (Q3 2013), and I was wondering how can you show the labels as a percentage of the total in the pie graph? Right now I have it showing the dollar value, but we want percent. Do I need to do this in the data before binding?


Thank you. 

1 Answer, 1 is accepted

Sort by
0
NerdBrick
Top achievements
Rank 1
answered on 12 Dec 2013, 05:26 PM
Tracked it down in the docs, http://www.telerik.com/help/reporting/piecharts.html

Set 
DataPointLabel property of the series to an expression adjusted to your specific needs similar to the following one: =Sum(Fields.LineTotal)/Exec('graph1', Sum(Fields.LineTotal)) where 'graph1' is the name of the Graph item.

Tags
General Discussions
Asked by
NerdBrick
Top achievements
Rank 1
Answers by
NerdBrick
Top achievements
Rank 1
Share this question
or