I'm using TeeChart Pro 7 VCL with D2005 and trying to figure out how to avoid connecting lines when there are gaps in the data charted on a line series chart. For example - consider this data:
X Y
5 1
10 2
15 3
20
25 4
30 5
If using Excel to plot this data no line will connect the Y values 3 & 4 at X values 15 & 25, because there is a missing Y value at X value 20. I can't duplicate this in TeeChart. I've tried editing the data but it doesn't allow an empty value for any Y that has a corresponding X.
Of course a scatter chart type works but then there are no connecting lines anywhere.
Any ideas if or how this can be done in TeeChart?
Thanks!
Alex
Line chart with no connecting lines for missing Y data?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Alex,
Have you tried using AddNull as I said in the thread I pointed you?
Thanks in advance.
Have you tried using AddNull as I said in the thread I pointed you?
Thanks in advance.
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 |