Hello,
I don't understand why my legend box is truncated to show only the upper half of its last line. See attached screenshot. How can I fix this..?
Thanks a lot for help on this.
regards Tor
Legend box always truncate the last line....
Legend box always truncate the last line....
- Attachments
-
- teechart.png (55.27 KiB) Viewed 14787 times
Re: Legend box always truncate the last line....
Anyone?
Does it exist a method which can override the Legend box' boundaries..?
regards Tor
Does it exist a method which can override the Legend box' boundaries..?
regards Tor
Re: Legend box always truncate the last line....
Hello Tor,
The line series is drawn as a line in the legend. This is the expected behaviour.
You can fully customize the legend symbols as shown in the example here.
Or, if you just want to show a square for a line series, you can "hack" it: just add an dummy bar series with no data; set its title and color to those from the line series; and hide your line series from the legend with
The line series is drawn as a line in the legend. This is the expected behaviour.
You can fully customize the legend symbols as shown in the example here.
Or, if you just want to show a square for a line series, you can "hack" it: just add an dummy bar series with no data; set its title and color to those from the line series; and hide your line series from the legend with
ShowInLegend:=false
.Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |