|
Hide lines out of axis |
Posted by Griselda on Jul-29-2014 21:28 |
|
Hi,
I want to hide the line that is under the x-axis. Any idea how to do it?
Thank you
|
Re: Hide lines out of axis |
Posted by Peter Kwan on Jul-30-2014 00:41 |
|
Hi Griselda,
You may use XYChart.setClipping. For example, in C#/Java, it is like:
c.setClipping();
Hope this can help.
Regards
Peter Kwan |
Re: Hide lines out of axis |
Posted by Griselda on Jul-30-2014 20:34 |
|
Thank you! It worked perfectly |
|