Page 1 of 1

DrawAllPoints and TreatNulls behaving strange

Posted: Thu Sep 17, 2009 7:04 am
by 15654246
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

Re: DrawAllPoints and TreatNulls behaving strange

Posted: Thu Sep 17, 2009 8:58 am
by narcis
Hi Avijit,

I could reproduce the issue here and added it (TF02014420) to the defect list to be fixed for next releases.

Re: DrawAllPoints and TreatNulls behaving strange

Posted: Mon May 09, 2011 10:28 am
by 13046001
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.

Re: DrawAllPoints and TreatNulls behaving strange

Posted: Mon May 09, 2011 1:54 pm
by 10050769
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,