Z-Order Problem with Bubble Series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Lakshmi
Newbie
Newbie
Posts: 40
Joined: Fri Oct 07, 2005 4:00 am
Location: India
Contact:

Z-Order Problem with Bubble Series

Post by Lakshmi » Tue May 02, 2006 6:22 am

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.

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 May 02, 2006 8:27 am

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?
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