Area graph overlapping problem
Area graph overlapping problem
Using version 6.006. Starting with a line series graph (multiple horizontal lines), from graph control switch them to area graphs. Now the highest line color takes over the entire graph area below it, hiding all other series. Is this a bug, is there some way around it?. Setting the transparency can help, but another answer?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Craig,
Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
Thanks in advance.
Could you please send us a simple example project we can run "as-is" to reproduce the problem here?
You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
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 |
-
- Newbie
- Posts: 4
- Joined: Fri Aug 10, 2001 4:00 am
Hi Graig, I seem to have exactly the same problem you were describing here. But I'm still using version 5.02.
Setting transparancy to something like 80, clearly shows the different area's, but if i remove the transparancy I allways see the last area added in front of all others.
Did you find a way around this yet ?
Kind regards,
Alain
Setting transparancy to something like 80, clearly shows the different area's, but if i remove the transparancy I allways see the last area added in front of all others.
Did you find a way around this yet ?
Kind regards,
Alain
-
- Newbie
- Posts: 4
- Joined: Fri Aug 10, 2001 4:00 am
Actually, you can see this problem in one the feature demos. The best example I found was under 'Previous version->New Chart Tools->Page Number Tool'. You may need to click on it a few times to get good random numbers where Series1 is higher than Series0. Then click Edit, select both series, then 'Change', then select Area graph, ok, close. You should see Series1 completely overlaps series0.
I have just noticed that if series0 was higher than series1, you will not see this problem. Does that tell you something?
I have just noticed that if series0 was higher than series1, you will not see this problem. Does that tell you something?
-
- Newbie
- Posts: 4
- Joined: Fri Aug 10, 2001 4:00 am
Hi Graig,
I saw the problem in that demo... but then realized that you have to go to Edit and select the Series Tab, then set the series0 to stacked.
That solved the overlapping in this case. What i was seeing when i made my first post is that if the series are stacked, and you set the UseYOrigin checkbox, the series go to the bottom of the chart. Thus overlapping occurs.
anyhow, i did manage to find the reason for my little problem... although it had me bogged down for almost 2 days
cu,
Alain.
I saw the problem in that demo... but then realized that you have to go to Edit and select the Series Tab, then set the series0 to stacked.
That solved the overlapping in this case. What i was seeing when i made my first post is that if the series are stacked, and you set the UseYOrigin checkbox, the series go to the bottom of the chart. Thus overlapping occurs.
anyhow, i did manage to find the reason for my little problem... although it had me bogged down for almost 2 days
cu,
Alain.
-
- Newbie
- Posts: 4
- Joined: Fri Aug 10, 2001 4:00 am
Thanks, that is probably the answer. Although I think it would be rather difficult at design time to know which series should be first/last. I wish there was an option like that in the graph control somewhere. I also do not want to really add much programming for this since our product is designed around line graphs, and it is very very rare that someone switches it to area graph anyway.
Thanks for your help.
Thanks for your help.