public class IlvDataWindow
extends java.lang.Object
| Modifier and Type | Property and Description |
|---|---|
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. |
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";© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.