Page 1 of 1

Horizontal Area Color

Posted: Tue Jan 06, 2009 4:41 pm
by 13051226
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

Posted: Wed Jan 07, 2009 9:36 am
by narcis
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.

Color Each

Posted: Thu Jan 08, 2009 4:03 pm
by 13051226
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

Posted: Thu Jan 08, 2009 4:06 pm
by narcis
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.

Yes thats my problem

Posted: Thu Jan 08, 2009 9:21 pm
by 13051226
Yes thats my problem