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

Message ListMessage List     Post MessagePost Message

  center line(label(Radial)) in polar chart
Posted by Mooseon Choi on Aug-25-2017 12:08
Attachments:
Hi.

I'm using a polar chart on ChartDirector.

I can remove the label by setting Label(Radial) font size to 0 in polar chart
but, I can not remove the middle line.
so, I want to remove the middle line from the polar chart.
middle_line.png

  Re: center line(label(Radial)) in polar chart
Posted by Peter Kwan on Aug-26-2017 00:27
Hi Mooseon,

You can set the radial axis stem and label colors to transparent. In this way, you can remove the axis and the labels. It is like:

c->radialAxis()->setColors(Chart::Transparent, Chart::Transparent);

Hope this can help.

Regards
Peter Kwan