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

Message ListMessage List     Post MessagePost Message

  Polar Chart radialAxis Label
Posted by Robert Karpovich on Feb-15-2011 04:11
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
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