ChartDirector Support
Forum Home
Search
Message List
Post Message
[Jul-19-2017 12:20]
Contour support quadrant change
(kerwin)
[Jul-20-2017 00:04]
Re: Contour support quadrant change
(Peter Kwan)
[Jul-20-2017 10:28]
Re: Contour support quadrant change
(kerwin)
Contour support quadrant change
Posted by kerwin on Jul-19-2017 12:20
|
Reply
|
Monitor
Attachments:
contour.png
Hi,
Does Contour Chart support quadrant setting ?
Default seems to be first quadrant !
I want to use Fourth Quadrant !
Re: Contour support quadrant change
Posted by Peter Kwan on Jul-20-2017 00:04
|
Reply
|
Monitor
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
|
Reply
|
Monitor
Thanks a lot!
It works !