Page 1 of 1

how to position the marks in the centre of the bar

Posted: Thu Oct 19, 2006 9:58 am
by 9524108
in a bar graph , how to position the marks in the centre , not on the top ..?

Posted: Thu Oct 19, 2006 11:56 am
by narcis
Hi daryl,

You can use custom marks positioning as shown on this message.

Posted: Thu Oct 19, 2006 2:33 pm
by 9524108
when we move the marks ,lines connecting to marks does not , even it is moves , mark and lines are connecting each other ...

this issue i reported along back...

is this fixed in new version ?

and also . in stack graph , some marks stay behind the bar , is this fixed ...?

aravind

Posted: Thu Oct 19, 2006 2:47 pm
by narcis
Hi aravind,
when we move the marks ,lines connecting to marks does not , even it is moves , mark and lines are connecting each other ...

this issue i reported along back...

is this fixed in new version ?
On this topic I showed how to move the connecting lines too, you'll find it on my message from 26th September.
and also . in stack graph , some marks stay behind the bar , is this fixed ...?
I'm afraid this is not fixed for now. However, custom positioning the marks above the bars can solve the problem. Another solution is setting a negative ArrowLength for the series which marks are hidden, for example:

Code: Select all

    TChart1.Series(0).Marks.ArrowLength = -50
    TChart1.Series(0).Marks.Arrow.Visible = False