Hello!
I have a chart that displays two right-aligned legends. The first legend is the standard chart legend, and the second is a TExtraLegend tool. When I draw the legends on the screen, they appear correctly. It looks like this:
'Color by Cum Gas' is the standard legend and 'Size By Latest Gas' is the TExtraLegendTool.
When I print the chart by calling TChart.PrintLandscape, the resulting file looks like this:
Do you have any idea what might be going wrong here? I have tried looking into the TCustomChart.DrawTitlesAndLegend method, but I didn't see anything that looked like it would cause the legend to become huge. Is there another method you could reccomend for me to step through to try and understand what is happening?
Thanks a lot!
-erzsebet
Why is the legend printing with incorrect size?
-
- Newbie
- Posts: 5
- Joined: Fri Jul 22, 2011 12:00 am
Re: Why is the legend printing with incorrect size?
Hello erzsebet,
It seems to be something related to the pointer sizes, isn't it?
Could you please arrange a simple example project we can run as-is to reproduce a similar chart as yours, where we can see how are you setting the series pointers and the extra legend symbols?
It seems to be something related to the pointer sizes, isn't it?
Could you please arrange a simple example project we can run as-is to reproduce a similar chart as yours, where we can see how are you setting the series pointers and the extra legend symbols?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 5
- Joined: Fri Jul 22, 2011 12:00 am
Re: Why is the legend printing with incorrect size?
Yeray, hi!
I think that might be the hint I need to unravel this issue! I am going to investigate my theory now. If I find the answer, I will post what it is here so that others can know ... and if I don't find the answer, I will try and make a sample app that reproduces the issue.
Nice working with you again!
-erzsebet
I think that might be the hint I need to unravel this issue! I am going to investigate my theory now. If I find the answer, I will post what it is here so that others can know ... and if I don't find the answer, I will try and make a sample app that reproduces the issue.
Nice working with you again!
-erzsebet
Re: Why is the legend printing with incorrect size?
Hi Erzsebet,
I'm not sure about how could I have helped you but I'm glad if I've been inspiring
I'm not sure about how could I have helped you but I'm glad if I've been inspiring
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |