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

Message ListMessage List     Post MessagePost Message

  Data Cross X-axis
Posted by Clovis Fonseca on Mar-24-2011 03:12
Hi Peter !
How are you?
I have a problem.
in my chart, my data cross my Xaxis if I choose a Lower Limit less 0.

I want  limit my datas to Xaxis. How can I do this?

  Re: Data Cross X-axis
Posted by Clovis Fonseca on Mar-24-2011 03:55
Peter, I want my lower limit 0 in YAxis, but i have values negatives. I need hide this values. I hope you understanding me.
Clovis Fonseca wrote:

Hi Peter !
How are you?
I have a problem.
in my chart, my data cross my Xaxis if I choose a Lower Limit less 0.

I want  limit my datas to Xaxis. How can I do this?

  Re: Data Cross X-axis
Posted by Peter Kwan on Mar-24-2011 11:18
Hi Clovis,

You may use XYChart.setClipping to clip the layers to the plot area. For example:

c.setClipping()

Hope this can help.

Regards
Peter Kwan