ilog.views.chart
Class IlvLogarithmicStepsDefinition

ilog.views.chart.IlvStepsDefinition
      extended by ilog.views.chart.IlvLogarithmicStepsDefinition

public class IlvLogarithmicStepsDefinition
extends IlvStepsDefinition

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

class

public java.lang.String class

Creates a new IlvLogarithmicStepsDefinition.

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


numberFormat

public java.text.NumberFormat numberFormat

Specifies the format used to translate step values into labels.

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 © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.