public interface DataSet extends IChartObject
The following features are supported:
DataPackage.getDataSet()
Modifier and Type | Method and Description |
---|---|
DataSet |
copyInstance() |
java.lang.Object |
getValues()
Returns the value of the 'Values' attribute.
|
boolean |
isBigNumber()
Checks if the values in data set are big number.
|
void |
setValues(java.lang.Object value)
Sets the value of the '
Values ' attribute. |
java.lang.Object getValues()
setValues(Object)
,
DataPackage.getDataSet_Values()
void setValues(java.lang.Object value)
Values
' attribute.
value
- the new value of the 'Values' attribute.getValues()
DataSet copyInstance()
copyInstance
in interface IChartObject
boolean isBigNumber()
Copyright © 2005-2008 Actuate Corp. All rights reserved.