Control Bar Graph Label

TeeChart for ActiveX, COM and ASP
Post Reply
Raymond
Newbie
Newbie
Posts: 27
Joined: Tue Dec 02, 2008 12:00 am

Control Bar Graph Label

Post by Raymond » Tue Jul 06, 2010 9:14 pm

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?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Control Bar Graph Label

Post by Narcís » Wed Jul 07, 2010 1:52 pm

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:

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: Control Bar Graph Label

Post by Narcís » Wed Jul 07, 2010 2:40 pm

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
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Raymond
Newbie
Newbie
Posts: 27
Joined: Tue Dec 02, 2008 12:00 am

Re: Control Bar Graph Label

Post by Raymond » Wed Jul 07, 2010 3:17 pm

When will the next update be released?

Yeray
Site Admin
Site Admin
Posts: 9544
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Control Bar Graph Label

Post by Yeray » Mon Jul 12, 2010 11:28 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply