Page 1 of 1

Chart legend title is sometimes cut in the end

Posted: Mon Feb 12, 2007 2:34 am
by Joel Swift
Hi,

My report includes charts. I set the legend title in runtime, by: report.MyChart_Legend.Title = "some text";

In some charts the title appears fully, but in some other charts a part of the title is cut in the end, even if the title is very short. How can I fix that?

Thanks,

Joel.

Chart legend title is sometimes cut in the end

Posted: Mon Feb 12, 2007 9:40 am
by Vital
Please send to support [at] stimulsoft [dot] com mdc file of rendered report with charts. You can save report to mdc file with following code:

Code: Select all

report.Render();
report.SaveDocument("report.mdc");
Thank you.

Chart legend title is sometimes cut in the end

Posted: Mon Mar 12, 2007 8:38 am
by Edward
Fixed.

Available in the build from March, 12.

Thank you.