Page 1 of 1

Legend Frames

Posted: Thu May 19, 2005 3:17 pm
by 6919518
Where has legend.frame gone in Teechart.NET?

I want to set the legend frame to invisible i.e.

legend.frame.visible = false

Posted: Thu Jun 16, 2005 10:07 am
by Pep
Hi Gary,

you must do :

Code: Select all

tChart1.Legend.Shadow.Visible = false;
tChart1.Legend.Transparent = true;