DrawAllPoints and TreatNulls behaving strange

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Avijit
Newbie
Newbie
Posts: 72
Joined: Tue Sep 15, 2009 12:00 am

DrawAllPoints and TreatNulls behaving strange

Post by Avijit » Thu Sep 17, 2009 7:04 am

Hi TeeChart Team,
I have few fastline series for which i have set the DrawAllPoints = false;
The data has few Null points as well. My code is something like that -

Code: Select all

            _FastLine.DrawAllPoints = false;
            _FastLine.TreatNulls = TreatNullsStyle.DoNotPaint;
Even after i set the TreatNulls to DoNotPaint the line between two Null points is drawn.
If i set the DrawAllPoints to true then the line between two Null points is not drawn.
Dont know why it is behaving like that.

Regards,
Avijit

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: DrawAllPoints and TreatNulls behaving strange

Post by Narcís » Thu Sep 17, 2009 8:58 am

Hi Avijit,

I could reproduce the issue here and added it (TF02014420) to the defect list to be fixed for next releases.
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

RonenL
Newbie
Newbie
Posts: 10
Joined: Wed Jul 04, 2007 12:00 am

Re: DrawAllPoints and TreatNulls behaving strange

Post by RonenL » Mon May 09, 2011 10:28 am

Hello.

I'm using TeeChart 3.5.3700.30575 build.
As I saw in the release note the [TF02014420] should be fixed, but I don't see any change in this behavior. I'm still
getting the same strange behavior from the chart.

Please help, the it is a critical issue for me, since the displayed chart is not right !

Thanks.

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: DrawAllPoints and TreatNulls behaving strange

Post by Sandra » Mon May 09, 2011 1:54 pm

Hello MeirS,

Please, can you explain exactly what you consider that doesn't behave correctly?So here using last version 3 of TeeChart.Net works fine.

Thanks,
Best Regards,
Sandra Pazos / 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