Page 1 of 1

How to clear border color or set it white?

Posted: Fri Apr 11, 2014 1:33 pm
by 16667970
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

Re: How to clear border color or set it white?

Posted: Mon Apr 14, 2014 6:36 am
by 16667970
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

Re: How to clear border color or set it white?

Posted: Mon Apr 14, 2014 7:50 am
by yeray
Hello,

Try with:

Code: Select all

Chart1.BevelOuter:=bvNone;
http://www.teechart.net/support/viewtop ... el*#p60149

Re: How to clear border color or set it white?

Posted: Mon Apr 14, 2014 9:44 am
by 16667970
Hi, Yeray,
Thank you.It works well.
Cheers,
Robinson