Charts with missing data

Stimulsoft Reports.WEB discussion
Post Reply
User avatar
John
Posts: 132
Joined: Tue Feb 01, 2011 3:56 am
Location: England

Charts with missing data

Post 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
Attachments
1398.2011-11-01_114845.jpg
1398.2011-11-01_114845.jpg (47.72 KiB) Viewed 1343 times
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Charts with missing data

Post by Alex K. »

Hello,

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

Thank you.
Attachments
1399.Capture.PNG
1399.Capture.PNG (33.27 KiB) Viewed 1334 times
User avatar
John
Posts: 132
Joined: Tue Feb 01, 2011 3:56 am
Location: England

Charts with missing data

Post 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)
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Charts with missing data

Post by Andrew »

Hello,

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