Sign in to follow this  
MasterMind

Pie3D.swf How to split a long tex?

Recommended Posts

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this