Is it possible to stack data using only one dataset? For example, stacking values by month:
Month(X) Value (Y)
Jan 10
Jan 3
Feb 20
Feb 8
When I try to stack them, they simply overlap.
Thanks
Stacking data using one dataset
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi ungos,
Could you please send us an example we can run "as-is" or some code to reproduce the problem here?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
Thanks in advance.
Could you please send us an example we can run "as-is" or some code to reproduce the problem here?
You can post your files at [url]news://www.steema.net/steema.public.attachments[/url] newsgroup.
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 |
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Richard,
Thank you very much for the example. To get what you request you should use:
What you have in the .tee file you sent is the result of using:
Thank you very much for the example. To get what you request you should use:
Code: Select all
TChart1.Series(0).asBar.MultiBar = mbStacked
Code: Select all
TChart1.Series(0).asBar.MultiBar = mbSelfStack
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 |
-
- Advanced
- Posts: 103
- Joined: Tue Mar 02, 2004 5:00 am
- Location: Bad Wurzach
- Contact:
Hi Richard,
to do this you will have to use one Serie for each month.
to do this you will have to use one Serie for each month.
Pep Jorge
http://support.steema.com
http://support.steema.com