public class IlvLogarithmicStepsDefinition extends IlvStepsDefinition
Note: Setting a logarithmic steps definition on a scale does not change
the axis transformation used for displaying data points. If you want to
change the axis transformation according to the scale labels, use the
method IlvScale#setLogarithmic(double).
CSS example:
ilvLogarithmicStepsDefinition {
class : "ilog.views.chart.IlvLogarithmicStepsDefinition";
numberFormat : "@#numberFormat";
}
| Modifier and Type | Property and Description |
|---|---|
java.lang.String |
class
Creates a new IlvLogarithmicStepsDefinition. |
java.text.NumberFormat |
numberFormat
Specifies the format used to translate step values into labels. |
public java.lang.String class
IlvLogarithmicStepsDefinition.
class : "ilog.views.chart.IlvLogarithmicStepsDefinition";public java.text.NumberFormat numberFormat
Note: setNumberFormat(null) sets the format to a locale
dependent default format.
CSS example:
numberFormat : "@#numberFormat";
See implementing class NumberFormat for an example of implementing a numberFormat.
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.