IlvDataSet
IlvDataSet
.Field Attributes | Field Name and Description |
---|---|
A default undefined value equal to
Double.MIN_VALUE . |
Method Attributes | Method Name and Description |
---|---|
Returns the number of data points held by this data set.
|
|
getDataLabel(idx)
Returns the label associated with the data point at the specified index.
|
|
Returns the main
IlvDataSource this
IlvDataSet is associated with. |
|
getName()
Returns the name of this data set.
|
|
getXData(idx)
Returns the x-value of the data point at the specified index.
|
|
getXMax()
Returns the maximum x-value handled by this data set.
|
|
getXMin()
Returns the minimum x-value handled by this data set.
|
|
getXRange(xRange)
Returns the limits of the x-values handled by this data set.
|
|
getYData(idx)
Returns the y-value of the data point at the specified index.
|
|
getYMax()
Returns the maximum y-value handled by this data set.
|
|
getYMin()
Returns the minimum y-value handled by this data set.
|
|
getYRange(yRange)
Returns the limits of the y-values handled by this data set.
|
|
Indicates whether the x-values of the data points managed by
this data set are sorted into increasing order.
|
|
toString()
Returns a string representation of this data set.
|
Double.MIN_VALUE
.
IlvDataSource
this
IlvDataSet
is associated with.
null
, a new
IlvDataInterval
is allocated.
null
, a new
IlvDataInterval
is allocated.
false
.