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

Message ListMessage List     Post MessagePost Message

  Logarithm scale
Posted by Didier Smadja on Dec-17-2010 16:42
Hi,

I would like to know how to make a logarithm scale in a simple line chart or multiple line chart ?

Thanks,
Regards

  Re: Logarithm scale
Posted by Peter Kwan on Dec-17-2010 17:58
Hi Didier,

You may use Axis.setLogScale, Axis.setLogScale2 or Axis.setLogScale3 to configure the axis to be log scale. There is an example "Log Scale Axis" included in ChartDirector that demonstrates a chart with log scale axis.

Hope this can help.

Regards
Peter Kwan

  Re: Logarithm scale
Posted by Didier Smadja on Dec-17-2010 18:01
Thanks Peter