Steema.TeeChart.Styles.Points problem with hint text

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
HQO
Newbie
Newbie
Posts: 25
Joined: Thu Jun 05, 2003 4:00 am
Contact:

Steema.TeeChart.Styles.Points problem with hint text

Post by HQO » Fri Jun 02, 2006 10:30 am

Hi,

I have a problem in following code in TeeChart for .Net v1 (1.0.1452.42972)

Steema.TeeChart.Styles.Points eventPoints = new Steema.TeeChart.Styles.Points();
eventPoints.CustomHorizAxis = eventXAxis;
myTeeChart.Series.Add(eventPoints);
eventPoints.Pointer.Pen.Visible = false;
eventPoints.Add(X0, Y0 * Ydiv, markTipText);

When above code is used within a loop to add multiple points, the hint text for the first series gets drawn into the canvas and is visible behind the evenpoint icon. When ColorGrid is drawn it covers that text.[/img]

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

Post by Narcís » Fri Jun 02, 2006 10:52 am

Hi HQO,

I'm not able to reproduce the problem here. Could you please try using the latest TeeChart for .NET v1 version at our Customer Download Area and if the problem persists send us an example we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.
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

HQO
Newbie
Newbie
Posts: 25
Joined: Thu Jun 05, 2003 4:00 am
Contact:

Post by HQO » Mon Jun 12, 2006 1:06 pm

Hi,

What version should I try? We are still on VS2002, so only version what I can see in the download area is dated back to July 2004, the other ones are for VS 2003 or VS 2005, or does some of those run also with VS 2002?

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

Post by Narcís » Tue Jun 13, 2006 10:31 am

Hi HQO,

Yes, you are right, we will try to arrange a VS2002 release during this week.
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