Legend Frames

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Gary
Newbie
Newbie
Posts: 2
Joined: Fri Nov 15, 2002 12:00 am

Legend Frames

Post by Gary » Thu May 19, 2005 3:17 pm

Where has legend.frame gone in Teechart.NET?

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

legend.frame.visible = false

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Jun 16, 2005 10:07 am

Hi Gary,

you must do :

Code: Select all

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

Post Reply