Page 1 of 1

Z-Order Problem with Bubble Series

Posted: Tue May 02, 2006 6:22 am
by 9788742
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.

Posted: Tue May 02, 2006 8:27 am
by narcis
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?