Page 1 of 1

How to include null values

Posted: Tue Mar 27, 2007 1:05 pm
by 9641422
I need to show some disconnected data points on a line series. The data has some null values in between and I want to show these disconnected data points which appear before and after the null value. I am using line series, scatter graph, scatter graph with connected points and bar graphs. It seems to be possible with FastSeries. But I am not using FastSeries right. Is there a solution for line series?

Please suggest.

Thanks and regards.

Amol

I am using webcharts in ASP.NET

Posted: Tue Mar 27, 2007 1:09 pm
by 9641422
Please note that I am using ASP.NET and wbcharts.

Regards,

Amol

Posted: Tue Mar 27, 2007 1:25 pm
by narcis
Hi Amol,

Yes, you can do this using any Add method's override for adding null points. You'll find more information about that at Tutorial 6 - Working with Series, specially at the Adding Null points to a Series section. The same applies for both WinForms and WebForms applications.

You'll find the tutorials at TeeChart's program group.