|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
ilog.views.chart.IlvStepsDefinition
ilog.views.chart.IlvLogarithmicStepsDefinition
public class IlvLogarithmicStepsDefinition
A steps definition for logarithmic scales.
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";
}
| Property Summary | |
|---|---|
java.lang.String |
class
Creates a new IlvLogarithmicStepsDefinition. |
java.text.NumberFormat |
numberFormat
Specifies the format used to translate step values into labels. |
| Property Detail |
|---|
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.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||