I have a pie chart which is been populated from a sproc.
and for a particular fund the values that generate are 78%,20% and 2% respectively.
And when it generates a chart the pie chart is uniformly displayed... Like for eg.. its been broken into 3 parts and there isnt a difference between the 78% and the 2% so ... How can i get the pie chart to be a displayed according to its values..
Any help will be appreciated..
Regards
Karen
So you are saying that each piece of the pie is showing as one third of the pie instead of being divided according to the percentage if you have three values in the pie chart?
Have you tried an exploded pie with 3D effects? Have you displayed the value for each piece of the pie on the chart?
Since it is a pie chart, it should naturally divide the pie according to the values in the chart.
If not, it would be like a bar graph with all of the bars at the same height when the values were in fact different.
|||i have a exploded pie chart ... in design mode i can see the differences but not when i preview it..
Regards
KAren
|||So when you preview it you can see the percentages over the pieces of the pie, but it looks as if it's not dividing it accordingly?
I'm making sure I understand the problem...
|||Maybe it's having a problem with the percentage itself. Is your field in itself a percentage? If so, I don't think it should be. The field itself should be a number (not a percentage) and the pie chart will divide the number by the total to get the percentage behind the scenes. You don't need to make it a percentage yourself.|||greg,
The fields is varchar field in Sql server and i am not doing any thing special in the report..
78% part should be bigger than 2 % but 78% and 2% are the same size.
So how can i solve it
Regards
Karen
|||i changed the datatype to decimal and it works fine.
Thanks
Regards,
Karen
No comments:
Post a Comment