ChartDirector Support
Forum Home
Search
Message List
Post Message
[Feb-15-2011 04:11]
Polar Chart radialAxis Label
(Robert Karpovich)
[Feb-15-2011 11:10]
Re: Polar Chart radialAxis Label
(Peter Kwan)
Polar Chart radialAxis Label
Posted by Robert Karpovich on Feb-15-2011 04:11
|
Reply
|
Monitor
On a polar chart how can I hide the radialAxis Labels? I only want to show the angular Labels.
Re: Polar Chart radialAxis Label
Posted by Peter Kwan on Feb-15-2011 11:10
|
Reply
|
Monitor
Hi Robert,
You may set the labels to transparent. For example, in VB.NET:
c.radialAxis().setColors(Chart.Transparent, Chart.Transparent)
Hope this can help.
Regards
Peter Kwan