IMultipleCellChartValue

IMultipleCellChartValue class

Represents a collection of a chart cells.

The IMultipleCellChartValue type exposes the following members:

Properties

NameDescription
as_cellsReturns or sets the collection of chart cells.
Read/write IChartCellCollection.
as_i_base_chart_valueAllows to get base IBaseChartValue interface.
Read-only IBaseChartValue.
data_source_typeSpecifies 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 data_source_type.
dataRead/write object.

See Also