area line color

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
kamal
Newbie
Newbie
Posts: 1
Joined: Wed Aug 03, 2005 4:00 am

area line color

Post by kamal » Thu Aug 03, 2006 11:42 am

I have developed a area chart in c sharp but couldnt able to change line color of area chart it automatically catching the darker color of area color we have given . how to give diff color ?

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

Post by Pep » Fri Aug 04, 2006 11:20 am

Hi Kamal,

how about using :
area10.LinePen.Color = Color.Red;
area10.AreaLines.Color = Color.Red;

Post Reply