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
-
- Posts: 14
- Joined: Thu Jan 25, 2007 4:23 am
Chart legend title is sometimes cut in the end
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:
Thank you.
Code: Select all
report.Render();
report.SaveDocument("report.mdc");
Chart legend title is sometimes cut in the end
Fixed.
Available in the build from March, 12.
Thank you.
Available in the build from March, 12.
Thank you.