Control Bar Graph Label
Control Bar Graph Label
I am wondering if it is possible to control the Z-order of the bar graph label. Supposed I have 2 graph bar series, and I want to show the labels. If the labels of the first graph happens to overlap the second graph, the labels of the first graph will be behind the second graph. Is there a way to control this behavior?
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Control Bar Graph Label
Hi Raymond,
This is a known issue which was fixed for next TeeChart maintenance release. New OnTop property for series marks has been implemented to solve the issue, for example:
This is a known issue which was fixed for next TeeChart maintenance release. New OnTop property for series marks has been implemented to solve the issue, for example:
Code: Select all
Series1.Marks.OnTop:=True;
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:
Re: Control Bar Graph Label
Hi Raymond,
As an alternative you could use custom marks position as described here. To avoid overlapping you could try doing something as what Pep suggested in the TeeChart for .NET forum:
http://www.teechart.net/support/viewtopic.php?t=560
As an alternative you could use custom marks position as described here. To avoid overlapping you could try doing something as what Pep suggested in the TeeChart for .NET forum:
http://www.teechart.net/support/viewtopic.php?t=560
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 |
Re: Control Bar Graph Label
When will the next update be released?
Re: Control Bar Graph Label
Hi Raymond,
This is a property already included in the TeeChart AX v9 sources we are working with. But I'm afraid there isn't a date for it to be released yet.
We will try to include the property in the actual v8 asap. We'll be back to you when we'll achieve it.
This is a property already included in the TeeChart AX v9 sources we are working with. But I'm afraid there isn't a date for it to be released yet.
We will try to include the property in the actual v8 asap. We'll be back to you when we'll achieve it.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |