IMultipleCellChartValue Interface |
Namespace: Aspose.Slides.Charts
The IMultipleCellChartValue type exposes the following members.
| Name | Description | |
|---|---|---|
| AsCells |
Returns or sets the collection of chart cells.
Read/write IChartCellCollection.
| |
| AsIBaseChartValue |
Allows to get base IBaseChartValue interface.
Read-only IBaseChartValue.
| |
| Data |
Read/write Object.
(Inherited from IBaseChartValue.) | |
| DataSourceType |
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.
(Inherited from IBaseChartValue.) |