Hi,
I have an application in which we first draw the normal curve. On top of it we plot a bubble. The normal curve we are plotting is continous and bubble point gets hidden under the normal curve.
Here normal curve meant the Steema.Chart.Line / Series.
We tried changing the Z-order. It works once. But when I change the
curve points, the bubble goes behind the normal curve.
Series s = curve.InnerCurve.InnerCurve.Series;
int bindex = chartViewer.Series.IndexOf(bubbleseries);
int sindex = chartViewer.Series.IndexOf(s);
chartViewer.Series.Exchange(bindex, sindex);
Can you please suggest how to fix this issue. Thanks.
Z-Order Problem with Bubble Series
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Lakshmi,
I can not reproduce it. Can you please 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.
BTW: Which TeeChart for .NET version are you using?
I can not reproduce it. Can you please 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.
BTW: Which TeeChart for .NET version are you using?
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 |