Page 1 of 1

Control Bar Graph Label

Posted: Tue Jul 06, 2010 9:14 pm
by 15051059
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?

Re: Control Bar Graph Label

Posted: Wed Jul 07, 2010 1:52 pm
by narcis
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;

Re: Control Bar Graph Label

Posted: Wed Jul 07, 2010 2:40 pm
by narcis
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

Re: Control Bar Graph Label

Posted: Wed Jul 07, 2010 3:17 pm
by 15051059
When will the next update be released?

Re: Control Bar Graph Label

Posted: Mon Jul 12, 2010 11:28 am
by yeray
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.