Returns or sets value as literal double. Read/write double.
Result:
double
getData
Name
Description
getData()
Returns or sets Data object. Read/write Object.
Result:
Object
getData
Name
Description
getData()
Data. Read/write Object.
Result:
Object
getDataSourceType
Name
Description
getDataSourceType()
Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. In other words it specifies the type of value of the Data property. Read/write DataSourceType. For points in ChartDataPointCollection this property is read-only. In this case for changing value of this property you can use one of the ChartDataPointCollection.DataSourceTypeFor<…> properties.
Returns or sets chart data cell. Read/write IChartDataCell.
setAsLiteralDouble
Name
Description
setAsLiteralDouble(double)
Returns or sets value as literal double. Read/write double.
setData
Name
Description
setData(Object)
Returns or sets Data object. Read/write Object.
setData
Name
Description
setData(Object)
Data. Read/write Object.
setDataSourceType
Name
Description
setDataSourceType(int)
Specifies whether AsCell, AsCells, AsLiteralString or AsLiteralDouble property is actual in descendants. In other words it specifies the type of value of the Data property. Read/write DataSourceType. For points in ChartDataPointCollection this property is read-only. In this case for changing value of this property you can use one of the ChartDataPointCollection.DataSourceTypeFor<…> properties.