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]
Steema.TeeChart.Styles.Points problem with hint text
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi HQO,
Yes, you are right, we will try to arrange a VS2002 release during this week.
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 |
Instructions - How to post in this forum |