ASP.NET TeeChart ColorGrid Labels broblem

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
NTS
Newbie
Newbie
Posts: 2
Joined: Fri Jan 12, 2007 12:00 am

ASP.NET TeeChart ColorGrid Labels broblem

Post by NTS » Wed Mar 07, 2007 9:24 am

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

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 Mar 07, 2007 10:33 am

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.
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

Post Reply