ilog.views.chart
Class IlvLogarithmicAxisTransformer

ilog.views.chart.IlvAxisTransformer
      extended by ilog.views.chart.IlvLogarithmicAxisTransformer

public class IlvLogarithmicAxisTransformer
extends IlvAxisTransformer

Defines a logarithmic transformation.

Note: Setting a logarithmic transformation on an axis does not change the step labels displayed along the corresponding scale. If you want to change scale labels according to the logarithmic transformation, use the method IlvScale.setLogarithmic(double).

CSS example:

ilvLogarithmicAxisTransformer {
    class : "ilog.views.chart.IlvLogarithmicAxisTransformer";
    logBase : "3.0";
    roundingToPowers : "false";
}


Property Summary
 java.lang.String class
          
Creates a transformer with a logarithmic base of 10.
 double logBase
          
Modifies the logarithmic base of this transformer.
 boolean roundingToPowers
          
Determines whether this transformation shall attempt to produce intervals that start and end at powers of the logarithmic base.
 

Property Detail

class

public java.lang.String class

Creates a transformer with a logarithmic base of 10.

CSS example:     class : "ilog.views.chart.IlvLogarithmicAxisTransformer";


logBase

public double logBase

Modifies the logarithmic base of this transformer.

CSS example:     logBase : "3.0";


roundingToPowers

public boolean roundingToPowers

Determines whether this transformation shall attempt to produce intervals that start and end at powers of the logarithmic base.

CSS example:     roundingToPowers : "false";



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.