|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBaseChartValue
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
.
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
.
java.lang.Object getData()
Object
.
void setData(java.lang.Object value)
Object
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |