MasterMind Report post Posted July 31, 2007 I looked the Pie3D.swf in the next code: xmlData.Append("<chart caption='????????? ?? ????????' showPercentageValues='1'>"); xmlData.Append("<set label='??????????????' value='10.9' />"); xmlData.Append("<set label='??????' value='1.5' />"); xmlData.Append("<set label='??????' value='3.5' />"); xmlData.Append("<set label='????? ???' value='15.0' />"); xmlData.Append("<set label='???????????' value='12.7' />"); xmlData.Append("<set label='??????????' value='21.8' />"); xmlData.Append("<set label='????????' value='27.5' />"); xmlData.Append("<set label='???.??????' value='7.0' />"); xmlData.Append("</chart> "); return FusionCharts.RenderChartHTML("./FusionCharts/Pie3D.swf", "", xmlData.ToString(), "myNext", "270", "170", false); here height and width -> 270 & 170. I see in the result circumcision words: ??????????? -> ??????? How to fix this? Share this post Link to post Share on other sites
Sanjukta Report post Posted October 26, 2010 Hi, Could you please send us the value you are setting for the attribute "label"? Awaiting your reply. Share this post Link to post Share on other sites