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.
Chart Area Width and Height
Hello Krishna,
this should help you
have nice weekend!
this should help you
Code: Select all
height := Chart1.ChartRect.right - chart1.chartrect.left;
width := chart1.ChartRect.Bottom - Chart1.ChartRect.Top ;
Best regards
Alex
Steema Crew
Alex
Steema Crew