Search found 2 matches

by NTS
Thu Mar 08, 2007 11:48 am
Forum: .NET
Topic: ASP.NET WebChart Cursor position with mouse
Replies: 1
Views: 2071

ASP.NET WebChart Cursor position with mouse

Hi, is it possible to move cursors with mouse in ASP.NET v1.1?
I have tried but with no luck sofar...


- Juha
by NTS
Wed Mar 07, 2007 9:24 am
Forum: .NET
Topic: ASP.NET TeeChart ColorGrid Labels broblem
Replies: 1
Views: 2392

ASP.NET TeeChart ColorGrid Labels broblem

Hi, I have problems setting ColorGrid X-axis labels to different value than inserted X-axis value. colorGrid1.LabelMember = dtFlat.Columns["Labels"].ToString(); colorGrid1.XValues.DataMember = "X"; colorGrid1.YValues.DataMember = "Y"; colorGrid1.ZValues.DataMember = "Z"; colorGrid1.DataSource = dtFl...