Empty points?

Stimulsoft Reports.NET discussion
Post Reply
zilot
Posts: 4
Joined: Thu May 14, 2009 3:36 am
Location: russia

Empty points?

Post by zilot »

Hello

has stimulsoft for .NET possibility to handle empypoints. For example if I have series depend on DateTime (X axis is DateTime) and there is discontinuity for several time points I want to have nothing displayed for that points

i.e

Y={10 ,20 ,40 ,double.Nan,double.Nan,40 ,40 ,20 ,30}
X={10:15:10, 10:15:20, 10:15:30, 10:15:40 , 10:15:50, 10:16:00, 10:16:10, 10:16:20, 10:16:30}


and I want to have labels 10:15:40 and 10:15:50 but nothing displayed on Y axis for that X axis labes.

Is it possible? How?

Thanks
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Empty points?

Post by Edward »

Hi

No, that is not possible.

Please add all required values to the datasource first and after that chart will be rendered as expected.

Thank you.
Post Reply