ChartDirector Support
Forum Home
Search
Message List
Post Message
[Jun-19-2019 21:54]
Possible to disable data value for ranking
(Olivier)
[Jun-19-2019 21:59]
Re: Possible to disable data value for ranking
(Peter Kwan)
[Jun-19-2019 22:00]
Re: Possible to disable data value for ranking
(Olivier)
[Jun-19-2019 22:07]
Re: Possible to disable data value for ranking
(Peter Kwan)
Possible to disable data value for ranking
Posted by Olivier on Jun-19-2019 21:54
|
Reply
|
Monitor
Attachments:
blur.jpg
For a ranking, I wish hide axis value.
Is it possible ?
Thank's
Olivier
Re: Possible to disable data value for ranking
Posted by Peter Kwan on Jun-19-2019 21:59
|
Reply
|
Monitor
Hi Oliver,
Yes, you can hide almost anything in ChartDirector by setting their colors to transparent. For example, in C++:
c->yAxis()->setColors(Chart::Transparent, Chart::Transparent);
Hope this can help.
Regards
Peter Kwan
Re: Possible to disable data value for ranking
Posted by Olivier on Jun-19-2019 22:00
|
Reply
|
Monitor
Thank's !
Re: Possible to disable data value for ranking
Posted by Peter Kwan on Jun-19-2019 22:07
|
Reply
|
Monitor
Hi Olivier,
I just remembered there is an example in the ChartDirector distribution for a horizontal bar chart without the horizontal axis labels:
https://www.advsofteng.com/doc/cdcpp.htm#hbar.htm
Regards
Peter Kwan