Horizontal Area Color

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
tduque
Newbie
Newbie
Posts: 4
Joined: Mon Dec 29, 2008 12:00 am

Horizontal Area Color

Post by tduque » Tue Jan 06, 2009 4:41 pm

in new version 3.0 of teechart the horizontalarea color have only the top have different colors but i need that the horizontal area have color in top and in the front

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Jan 07, 2009 9:36 am

Hi tduque,

I could reproduce the issue here using code below and added it (TF02013683) to the defect list to be fixed for next releases. Can you please confirm this is the same problem you are experiencing?

Code: Select all

		public Form1()
		{
			InitializeComponent();
			InitializeChart();
		}

		private void InitializeChart()
		{
			Steema.TeeChart.Styles.HorizArea horizArea1 = new Steema.TeeChart.Styles.HorizArea(tChart1.Chart);

			horizArea1.FillSampleValues();
			horizArea1.ColorEach = true;
		}
Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

tduque
Newbie
Newbie
Posts: 4
Joined: Mon Dec 29, 2008 12:00 am

Color Each

Post by tduque » Thu Jan 08, 2009 4:03 pm

The thing is tha when i put the property of color each in the horizontal area the colors appear on the top of the graphic but i need tha the graphic takes each color for all part of the graphic

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 08, 2009 4:06 pm

Hi tduque,

Yes, that's what I could reproduce using the code I posted and that's what I logged in the bug list too.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

tduque
Newbie
Newbie
Posts: 4
Joined: Mon Dec 29, 2008 12:00 am

Yes thats my problem

Post by tduque » Thu Jan 08, 2009 9:21 pm

Yes thats my problem

Post Reply