ilog.views.chart
Class IlvDataInterval

ilog.views.chart.IlvDataInterval

public class IlvDataInterval

A class to handle range of data.

CSS example:

ilvDataInterval {
    class : "ilog.views.chart.IlvDataInterval";
    max : "3.0";
    min : "3.0";
}


Property Summary
 java.lang.String class
          
Creates an empty IlvDataInterval object.
 double max
          
Sets the maximum bound.
 double min
          
Sets the minimum bound.
 

Property Detail

class

public java.lang.String class

Creates an empty IlvDataInterval object.

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


max

public double max

Sets the maximum bound.

CSS example:     max : "3.0";


min

public double min

Sets the minimum bound.

CSS example:     min : "3.0";



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.