com.aspose.slides
Interface IMultipleCellChartValue

All Superinterfaces:
IBaseChartValue
All Known Subinterfaces:
IStringChartValue
All Known Implementing Classes:
StringChartValue

public interface IMultipleCellChartValue
extends IBaseChartValue


Method Summary
 IChartCellCollection getAsCells()
           Returns or sets the collection of chart cells.
 void setAsCells(IChartCellCollection value)
           Returns or sets the collection of chart cells.
 
Methods inherited from interface com.aspose.slides.IBaseChartValue
getData, getDataSourceType, setData, setDataSourceType
 

Method Detail

getAsCells

IChartCellCollection getAsCells()

Returns or sets the collection of chart cells. Read/write IChartCellCollection.


Bull value assigning is not allowed.


setAsCells

void setAsCells(IChartCellCollection value)

Returns or sets the collection of chart cells. Read/write IChartCellCollection.


Bull value assigning is not allowed.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.