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

Message ListMessage List     Post MessagePost Message

  How can the y-axis start from origin(0)?
Posted by Yunlong on Dec-20-2013 15:15
Attachments:
How can the y-axis start from origin(0)?

Anyone can help me?
p.png

  Re: How can the y-axis start from origin(0)?
Posted by Peter Kwan on Dec-20-2013 19:48
Hi Yunlong,

You may use Axis.setAutoScale to tell ChartDirector to always start the axis from 0 when it determines the axis scale. For example, in C++:

c->yAxis()->setAutoScale(0.05, 0.05, 1);

Hope this can help.

Regards
Peter Kwan