DrawAllPoints and TreatNulls behaving strange
Posted: 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 -
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
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;
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