Page 1 of 1

ASP.NET TeeChart ColorGrid Labels broblem

Posted: Wed Mar 07, 2007 9:24 am
by 9643844
Hi, I have problems setting ColorGrid X-axis labels to different value than inserted X-axis value.

Code: Select all

colorGrid1.LabelMember = dtFlat.Columns["Labels"].ToString();				
colorGrid1.XValues.DataMember = "X";
colorGrid1.YValues.DataMember = "Y";
colorGrid1.ZValues.DataMember = "Z";
					
colorGrid1.DataSource = dtFlat;
The Labelmember property works fine with line series, but with ColorGrid it has no affect.

I'm using ASP.NET 1.1, TeeChart version 2.0.2546.16098.


- Juha

Posted: Wed Mar 07, 2007 10:33 am
by narcis
Hi Juha,

Thanks for the information.

I could reproduce the issue here and added it (TF02012113) to our defect list to be fixed for future releases.