|
Make unvisible for out bounds of chart plot area |
Posted by Sato on Feb-22-2012 12:07 |
|
Hello.
If use c.yAxis.setLinearScale(min,max), sometimes some part of the chart will be drawed out side of the chart plot area. How to make it unvisible?
Best regards,
Sato
|
Re: Make unvisible for out bounds of chart plot area |
Posted by Peter Kwan on Feb-22-2012 17:21 |
|
Hi Sato,
You may use XYChart.setClipping to clip the layers to the plot area. For example, in VB/VBScript:
Call c.setClipping()
Hope this can help.
Regards
Peter Kwan |
Re: Make unvisible for out bounds of chart plot area |
Posted by Sato on Feb-22-2012 22:05 |
|
Dear Peter,
It works!
Thank you.
Best regards,
Sato |
|