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

Message ListMessage List     Post MessagePost Message

  How to change the plotting range(Y-Axis) in Polar radial chart
Posted by Deva on Apr-19-2012 15:27
Hi,

I need to use Chart Director in project and using Polar Multi Radar chart, I tried the samples mention in the chart director documention for Multi Radar Chart . But I need to change the values from 0 -100 to 70 -100. '70-100' range i have to use for my project requirement. Kinldy advise how to change.

  Re: How to change the plotting range(Y-Axis) in Polar radial chart
Posted by Peter Kwan on Apr-19-2012 23:19
Hi Deva,

You may use RadialAxis.setLinearScale. For example, in C#/Java:

c.radialAxis().setLinearScale(70, 100, 10);

Hope this can help.

Regards
Peter Kwan