Hello,
Sometimes the legend border cuts off my title when the number of items in the legend are few. Does anyone have a solution to this problem?
Best Regards,
Johan Ingemansson
problems with Legend
-
- Newbie
- Posts: 59
- Joined: Fri May 28, 2004 4:00 am
- Location: Sweden
Hi.
In this case the only solution is to manually reposition chart title and legend to avoid overlapping. Check Teechart demo to learm more about custom positioning chart legend and/or chart title.
In this case the only solution is to manually reposition chart title and legend to avoid overlapping. Check Teechart demo to learm more about custom positioning chart legend and/or chart title.
Marjan Slatinek,
http://www.steema.com
http://www.steema.com
-
- Newbie
- Posts: 59
- Joined: Fri May 28, 2004 4:00 am
- Location: Sweden
Hi Johan,
I see the problem. You're correct, it's bug which I've added on our defect list and a fix for it will be considered to inclusion for the next maintenance releases.
In meantime a workaround could be to increase the Column width :
Chart1.Legend.ColumnWidths[0] := 30;
I see the problem. You're correct, it's bug which I've added on our defect list and a fix for it will be considered to inclusion for the next maintenance releases.
In meantime a workaround could be to increase the Column width :
Chart1.Legend.ColumnWidths[0] := 30;
Pep Jorge
http://support.steema.com
http://support.steema.com
-
- Newbie
- Posts: 59
- Joined: Fri May 28, 2004 4:00 am
- Location: Sweden
Hi,
Just one "Sub" question, first of all i forgott to mention that my Legend is aligned to the bottom. Second, even if I set the columnwidths[0] to 30 it won´t adjust, I have also set the AutoColumnWidth:=False. Does anyone know how to solve this. I don´t know if I missing something fundamental must this be done after the graph is visually displayed?
Best Regards,
Johan Ingemansson
Just one "Sub" question, first of all i forgott to mention that my Legend is aligned to the bottom. Second, even if I set the columnwidths[0] to 30 it won´t adjust, I have also set the AutoColumnWidth:=False. Does anyone know how to solve this. I don´t know if I missing something fundamental must this be done after the graph is visually displayed?
Best Regards,
Johan Ingemansson