public class IlvLogarithmicAxisTransformer extends IlvAxisTransformer
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";
}
Modifier and Type | Property and Description |
---|---|
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. |
public java.lang.String class
10
.
class : "ilog.views.chart.IlvLogarithmicAxisTransformer";
public double logBase
logBase : "3.0";
public boolean roundingToPowers
roundingToPowers : "false";
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.