ilog.views.chart
Class IlvDataWindow

ilog.views.chart.IlvDataWindow

public class IlvDataWindow

Represents a data region expressed as ranges along the x- and y-axis.

CSS example:

ilvDataWindow {
    class : "ilog.views.chart.IlvDataWindow(xMin,xMax,yMin,yMax)";
    XMax : "3.0";
    XMin : "3.0";
    YMax : "3.0";
    YMin : "3.0";
}


Property Summary
 java.lang.String class
          
Creates a new IlvDataWindow object.
 double XMax
          
Sets the maximum bound along the x-axis of this data window.
 double XMin
          
Sets the minimum bound along the x-axis of this data window.
 double YMax
          
Sets the maximum bound along the y-axis of this data window.
 double YMin
          
Sets the minimum bound along the y-axis of this data window.
 

Property Detail

class

public java.lang.String class

Creates a new IlvDataWindow object.

CSS example:     class : "ilog.views.chart.IlvDataWindow(xMin,xMax,yMin,yMax)";


XMax

public double XMax

Sets the maximum bound along the x-axis of this data window.

CSS example:     XMax : "3.0";


XMin

public double XMin

Sets the minimum bound along the x-axis of this data window.

CSS example:     XMin : "3.0";


YMax

public double YMax

Sets the maximum bound along the y-axis of this data window.

CSS example:     YMax : "3.0";


YMin

public double YMin

Sets the minimum bound along the y-axis of this data window.

CSS example:     YMin : "3.0";



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