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

Message ListMessage List     Post MessagePost Message

  Line chart x-Axis
Posted by Yayoi on Apr-16-2010 11:18
Attachments:
Hi,

When I call "$c->yAxis->setDateScale" ,
high value and low value is shown on the xAxis.  (See No1)

I don't want show the line on the xAxis.
I would like to be able to create a chart as shown in the attached image, No2.

How can i create it.
Any help is appreciated.

Thanks,
Yayoi
test.png

  Re: Line chart x-Axis
Posted by Peter Kwan on Apr-16-2010 14:30
Hi Yayoi,

You may use XYChart.setClipping to clip it. For example:

$c->setClipping();

Hope this can help.

Regards
Peter Kwan