public interface IBaseChartValue
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getData()
Read/write
Object . |
int |
getDataSourceType()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual.
|
void |
setData(java.lang.Object value)
Read/write
Object . |
void |
setDataSourceType(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual.
|
int getDataSourceType()
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual. In other words it specifies the type of value of the Data property.
This property is read-only. For changing value of this property you can use
one of the ChartDataPointCollection.DataSourceTypeFor<...> properties.
Read/write DataSourceType
(getDataSourceType()
/setDataSourceType(int)
).
void setDataSourceType(int value)
Specifies whether AsCell or AsLiteralString or AsLiteralDouble property
is actual. In other words it specifies the type of value of the Data property.
This property is read-only. For changing value of this property you can use
one of the ChartDataPointCollection.DataSourceTypeFor<...> properties.
Read/write DataSourceType
(getDataSourceType()
/setDataSourceType(int)
).
java.lang.Object getData()
Read/write Object
.
void setData(java.lang.Object value)
Read/write Object
.