Chart legend problem

Stimulsoft Reports.NET discussion
Post Reply
NenoGMC
Posts: 2
Joined: Wed Oct 28, 2009 8:17 am
Location: Zagreb

Chart legend problem

Post by NenoGMC »

Hi,

I found strange problem with legends on line charts when series names are manually written (not from value or argument field).
So to describe proccess:
1. we use web service to render report (.mrt) and save it to disk somewhere in .MDC format
2. client application receives path and opens that .mdc file (rendered report)
3. client application deletes .mdc file

Problem:
in our report we have line chart with 3 series that we manually named, and in Legend they show ok in desing time. In runtime every thing is ok when we render mrt file and show it on screen. But when we render mrt file then save it as mdc and then show it on the screen (as mdc file) series names are not shown in legend any more.
Please help.

Nenad

PS. in attach 1. pic is rendered mrt, 2. pic is report from mdc file
Attachments
256.mdc file.gif
256.mdc file.gif (49.66 KiB) Viewed 942 times
255.rendered mrt file.gif
255.rendered mrt file.gif (48.63 KiB) Viewed 942 times
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Chart legend problem

Post by Andrew »

Hello,

We could not reproduce the error. We teste the issue the following way:
We created a line chart with three series, and set names to them. Then, using the Web service we rendered and saved the document:

report = new StiReport();
report.Load("E:\\Report.mrt");
report.Render(false);
report.SaveDocument("E:\\Report.mdc");

After loading everything worked as expected.

Could you please tell us the product version you use? Could you please also send us the test project to support@stimulsoft.com?

Thank you,.
NenoGMC
Posts: 2
Joined: Wed Oct 28, 2009 8:17 am
Location: Zagreb

Chart legend problem

Post by NenoGMC »

Thanks for help, problem was in version.
We are currently in production with 2009.1 version, in the next release of our software we will use 2009.2 were everything
works fine.

Regards,
Nenad
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Chart legend problem

Post by Edward »

Hi

Please let us know if you need any help.

Thank you.
Post Reply