Page 1 of 1

Empty points?

Posted: Sun Jan 17, 2010 8:44 am
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

Empty points?

Posted: Mon Jan 18, 2010 6:50 am
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.