TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
-
NTS
- Newbie
- Posts: 2
- Joined: Fri Jan 12, 2007 12:00 am
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
- 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.