ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  How to trim xy plot to plotted area
Posted by Mike L. on Aug-16-2010 18:50
Peter:

My chart is like the "Arbitrary XY Line Chart" example, but points go outside the PlotArea area. I want to end the lines at the edge of the PlotArea. How, please?

  Re: How to trim xy plot to plotted area
Posted by Peter Kwan on Aug-16-2010 23:41
Hi Mike,

You may use XYChart.setClipping. For example:

c.setClipping()

Hope this can help.

Regards
Peter Kwan

  Re: How to trim xy plot to plotted area
Posted by Mike L. on Aug-17-2010 08:58
Thank you, Peter. Exactly right :-)