BaseChartValue

BaseChartValue class

Represents a value of a chart.

getData

NameDescription
getData ()Data. Read/write Object.

Returns: Object


getDataSourceType

NameDescription
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: int


setData

NameDescription
setData (Object)Data. Read/write Object.

Returns: void


setDataSourceType

NameDescription
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.

Returns: void