TeeChart - Legend Location and Size
Posted: Fri Sep 22, 2006 11:00 am
Hi
In our application we are dependent on the legend location and size to position certain things on the graph.
We find that the legend location / size is not consitent. Sometimes we get correct values, sometimes its incorrect.
we use the following call :
chart.Legend.Left
chart.Legend.Top
To compute the
width = chart.Legend.Right - chart.Legend.Left
height = chart.Legend.Bottom - chart.Legend.Top
Please advise on how to ensure that the legend location/size is correct with tee chart.
Thanks
In our application we are dependent on the legend location and size to position certain things on the graph.
We find that the legend location / size is not consitent. Sometimes we get correct values, sometimes its incorrect.
we use the following call :
chart.Legend.Left
chart.Legend.Top
To compute the
width = chart.Legend.Right - chart.Legend.Left
height = chart.Legend.Bottom - chart.Legend.Top
Please advise on how to ensure that the legend location/size is correct with tee chart.
Thanks