Page 1 of 1

Chart Area Width and Height

Posted: Fri Aug 04, 2006 11:27 am
by 9346574
Hi,

Please help me in calculation of the exact chart area (where the graphs appears) width and height.

when i am calculating manually the width and height not getting the exact values, if I changed the titles and lables in display angles, it is not giving the exact value;

The width and height are used to place scrollbar exactly to that area.


Regards,
Kishore.

Posted: Fri Aug 04, 2006 4:00 pm
by 9531990
Hello Krishna,

this should help you

Code: Select all

  height := Chart1.ChartRect.right - chart1.chartrect.left;
  width := chart1.ChartRect.Bottom - Chart1.ChartRect.Top ;
have nice weekend!