|
'PlotArea' for Pie charts. |
Posted by Jaideep on Mar-09-2012 05:00 |
|
Hi peter,
I tried looking for this in the documentation and searching in the forums, but could not find an answer for this simple question.
In XY charts, if i need the actual plot area of the chart inside the chart image, i use the plotarea() function. What is a similar function for Pie charts?
thanks,
Jaideep. |
Re: 'PlotArea' for Pie charts. |
Posted by Peter Kwan on Mar-09-2012 23:19 |
|
Hi Jaideep,
In a pie chart, you may use the setPieSize function to configure the position and size of the pie.
Hope this can help.
Regards
Peter Kwan |
Re: 'PlotArea' for Pie charts. |
Posted by Jaideep on Mar-09-2012 23:40 |
|
Peter,
thanks for the response.
I wanted a way to find out the size and dimensions of the actual pie area after it has been rendered. This is specifically when we apply 3d to the pie it changes from a circle to an ellipse, i wanted to get the dimensions of that 3d elliptical pie after it is rendered.
thanks,
Jaideep. |
|