Page 1 of 1

Z-Order For Axis Labelsin TCHART 7

Posted: Thu Feb 10, 2005 8:32 pm
by 6928372
Hi All

Here's an interesting probelem:

I have a TChart with Axis labels - there are A LOT of Axis labels which are overlapping, and I need to be able to choose and axis label and bring it to the front (z-order?) in the display. It should be noted that the Lables are ALL on their own custom Axis, so perhaps its a matter of having the Custom Axis Z-Order Change?

Help!

Jt
temprile@vivosonic.com[/b]

Posted: Fri Feb 11, 2005 3:18 pm
by Pep
Hi,

the only way I can think of is by using custom axis labels (adding them manually in the order you want), you can see one example of use in the TeeChart Demo features project under All Features > Welcome > Axes > Labels > Custom labels. Or another way is by drawing directly on the Canvas using the TextOut method.