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

Message ListMessage List     Post MessagePost Message

  Contour support quadrant change
Posted by kerwin on Jul-19-2017 12:20
Attachments:
Hi,
   Does Contour Chart support quadrant  setting ?
  Default seems to be first quadrant  !
   I want to use Fourth Quadrant !
contour.png

  Re: Contour support quadrant change
Posted by Peter Kwan on Jul-20-2017 00:04
Hi Kerwin,

If you want the y-axis to reverse, you can use Axis.setReverse. For exmaple, in C++, it is like:

c->yAxis()->setReverse();

Hope this can help.

Regards
Peter Kwan

  Re: Contour support quadrant change
Posted by kerwin on Jul-20-2017 10:28
Thanks a lot!
It works !