|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||
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 |
|---|
public java.lang.String class
IlvDataWindow object.
class : "ilog.views.chart.IlvDataWindow(xMin,xMax,yMin,yMax)";
public double XMax
XMax : "3.0";
public double XMin
XMin : "3.0";
public double YMax
YMax : "3.0";
public double YMin
YMin : "3.0";
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | PROPERTY | DETAIL: PROPERTY | |||||||