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