public interface IMultipleCellChartValue extends IBaseChartValue
Modifier and Type | Method and Description |
---|---|
IChartCellCollection |
getAsCells()
Returns or sets the collection of chart cells.
|
void |
setAsCells(IChartCellCollection value)
Returns or sets the collection of chart cells.
|
getData, getDataSourceType, setData, setDataSourceType
IChartCellCollection getAsCells()
Returns or sets the collection of chart cells.
Read/write IChartCellCollection
.
void setAsCells(IChartCellCollection value)
Returns or sets the collection of chart cells.
Read/write IChartCellCollection
.