how to position the marks in the centre of the bar
Posted: Thu Oct 19, 2006 9:58 am
in a bar graph , how to position the marks in the centre , not on the top ..?
Steema Software - Customer Support Forums
http://216.92.243.79/support/
On this topic I showed how to move the connecting lines too, you'll find it on my message from 26th September.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 ?
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:and also . in stack graph , some marks stay behind the bar , is this fixed ...?
Code: Select all
TChart1.Series(0).Marks.ArrowLength = -50
TChart1.Series(0).Marks.Arrow.Visible = False