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

Message ListMessage List     Post MessagePost Message

  Possible to disable data value for ranking
Posted by Olivier on Jun-19-2019 21:54
Attachments:
For a ranking, I wish hide axis value.
Is it possible ?
Thank's
   Olivier
blur.jpg

  Re: Possible to disable data value for ranking
Posted by Peter Kwan on Jun-19-2019 21:59
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
Thank's !

  Re: Possible to disable data value for ranking
Posted by Peter Kwan on Jun-19-2019 22:07
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