Hello
I have a problem in use print mode chart.
When I try to print pie 3d chart in print mode, title text show not correct (see attach), in flash mode all right.
Code:
builder.Append("<script type=\"text/javascript\">" + Environment.NewLine);
builder.AppendFormat("FusionCharts.setCurrentRenderer('javascript');");
builder.AppendFormat("FusionCharts.printManager.enabled(true);");
builder.AppendFormat("var chart_{0} = new FusionCharts(\"{1}\", \"{0}\", \"{2}\", \"{3}\", \"{4}\", \"{5}\");" + Environment.NewLine, chartId, chartSWF, chartWidth, chartHeight, boolToNum(debugMode), boolToNum(true));
......
Can anybody help me ?