I have a line series bind to a datasource with null points. I want to draw a line even when there are those null points and so I set the series properties as Teechart.Series(0).asLine.TreatNulls = tnSkip. All is fine when I create the chart but as soon as I zoom or show/hide the serie via the check box, a line that cross the whole chart is drawn from the first point to the last one, which hold both null values. Is there a way to avoid this ?
Thank in advance,
Paolo Saudin
Null values
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Paolo,
Would you be so kind to send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Would you be so kind to send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
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 |
Hi Paolo,
Thanks for the project. I've been able to reproduce the problem and I've added it to the wish list to be fixed in further releases (TV52012779).
It seems that, if you have a LineSeries with and TreatNulls set as Skip, a line from the points after the nulls to the last point sometimes is drawn.
Note that this doesn't happen with FastLineSeries.
Thanks for the project. I've been able to reproduce the problem and I've added it to the wish list to be fixed in further releases (TV52012779).
It seems that, if you have a LineSeries with and TreatNulls set as Skip, a line from the points after the nulls to the last point sometimes is drawn.
Note that this doesn't happen with FastLineSeries.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |