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
Charts with missing data
- Attachments
-
- 1398.2011-11-01_114845.jpg (47.72 KiB) Viewed 1347 times
Charts with missing data
Hello,
We made some improvements in that direction.
Please try to set the Show Nulls property to false.
Thank you.
We made some improvements in that direction.
Please try to set the Show Nulls property to false.
Thank you.
- Attachments
-
- 1399.Capture.PNG (33.27 KiB) Viewed 1338 times
Charts with missing data
Hallo Aleksey,
it works great. Thanks very much.
Regards,
John K.
(myLineSeries.ShowNulls = false;
for anyone who is unsure where to make the change)
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
Hello,
Thank you for letting us know about this and sharing your experience.
Thank you for letting us know about this and sharing your experience.