Page 1 of 1

Legend bottom

Posted: Mon Mar 02, 2009 11:54 am
by 10050873
Hello,

I want to place a component under the legend. I can have the left point with legend.left but for the top if i use legend.height with legend.top the point is not correct.

How could i do to have the coordinate of the legend's bottom?

Regards

Posted: Mon Mar 02, 2009 12:37 pm
by yeray
Hi Calou,

Could you try this code to obtain the legend's height?

Code: Select all

Chart1.Legend.RectLegend.Bottom - Chart1.Legend.RectLegend.Top

Posted: Mon Mar 02, 2009 2:14 pm
by 10050873
It is good with Legend.RectLegend.Bottom only

Thank you

Regards