Problem in series load (with mark tips)

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
AndyP
Newbie
Newbie
Posts: 1
Joined: Mon Mar 06, 2006 12:00 am

Problem in series load (with mark tips)

Post by AndyP » Tue Mar 07, 2006 11:50 am

Hi Guys

Just got the release version today, this problem is present in the trial and release version, and I havent tried the latest beta.

I have an X Y chart with 6 series and about 3 to 4 data points per series, consisting of an X,Y and Label.

When I hover over a point Mark tips displays the label of another of another point in the same series.

The problem looks to be in the data load as the data displayed in the tools data tab also has the labels against the wrong values.

The mark tips displays the data according to the data in the data tab.

Ill also put this in an e-mail as I couldnt see any possability to upload a demonstration file.

thanks

Andy

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Mar 09, 2006 10:29 am

Hi Andy,

Thanks for the report.

We have been able to reproduce the issue and already fixed it for future releases. In the meantime, a workaround is using:

Code: Select all

Points1.XValues.Order = Steema.TeeChart.Styles.ValueListOrder.None
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