Hi,Yeray,
I used colorgrid,but when I save the image,there is always a grey border on the right and bottom.Especially when I input the image into word with white background,It is very obvious.I used :
TChart2.Panel.Border.Width = 0;
But the grey border still exists.
Thanks,
Bobinson
How to clear border color or set it white?
Re: How to clear border color or set it white?
Hi,Yeray,
I pasted an image after I insert my image created with colorgrid into word.How can I clear the right and bottom border?
Thanks
Robinson
I pasted an image after I insert my image created with colorgrid into word.How can I clear the right and bottom border?
Thanks
Robinson
- Attachments
-
- insert image to word
- qq.jpg (377.84 KiB) Viewed 12750 times
Re: How to clear border color or set it white?
Hello,
Try with:
http://www.teechart.net/support/viewtop ... el*#p60149
Try with:
Code: Select all
Chart1.BevelOuter:=bvNone;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: How to clear border color or set it white?
Hi, Yeray,
Thank you.It works well.
Cheers,
Robinson
Thank you.It works well.
Cheers,
Robinson