Page 1 of 1

Charts with missing data

Posted: Tue Nov 01, 2011 5:48 am
by John
Hallo Support,

I have the latest version of your .net product which I am using to produce charts in c#. As I recall, you recently built in a fix for when some of the data for a series is missing. Is it possible to do what I would like to achieve in the screen shot here?

Best Regards,

John Kitching

Charts with missing data

Posted: Tue Nov 01, 2011 8:33 am
by Alex K.
Hello,

We made some improvements in that direction.
Please try to set the Show Nulls property to false.

Thank you.

Charts with missing data

Posted: Wed Nov 02, 2011 3:08 am
by John
Hallo Aleksey,

it works great. Thanks very much.

Regards,

John K.


(myLineSeries.ShowNulls = false;
for anyone who is unsure where to make the change)

Charts with missing data

Posted: Wed Nov 02, 2011 3:13 am
by Andrew
Hello,

Thank you for letting us know about this and sharing your experience.