Chart legend title is sometimes cut in the end

Stimulsoft Reports.NET discussion
Post Reply
Joel Swift
Posts: 14
Joined: Thu Jan 25, 2007 4:23 am

Chart legend title is sometimes cut in the end

Post 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.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Chart legend title is sometimes cut in the end

Post 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.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Chart legend title is sometimes cut in the end

Post by Edward »

Fixed.

Available in the build from March, 12.

Thank you.
Post Reply