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
How to include null values
I am using webcharts in ASP.NET
Please note that I am using ASP.NET and wbcharts.
Regards,
Amol
Regards,
Amol
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |