|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
ilog.views.chart.IlvAxisTransformer
ilog.views.chart.IlvLogarithmicAxisTransformer
public class IlvLogarithmicAxisTransformer
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 |
|---|
public java.lang.String class
10.
class : "ilog.views.chart.IlvLogarithmicAxisTransformer";
public double logBase
logBase : "3.0";
public boolean roundingToPowers
roundingToPowers : "false";
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||