|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ChartDataEx
public class ChartDataEx
Represents data used for a chart plotting.
Method Summary | |
---|---|
ChartCategoryExCollection |
getCategories()
Gets the categories. |
ChartDataWorkbook |
getChartDataCellFactory()
Deprecated. |
ChartDataWorkbook |
getChartDataWorkbook()
/// Gets the cells factory to create cells used for chart series or categories |
ChartSeriesExCollection |
getSeries()
Gets the series. |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator for the entire collection. |
byte[] |
readWorkbookStream()
|
void |
writeWorkbookStream(byte[] ms)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
@Deprecated public ChartDataWorkbook getChartDataCellFactory()
Gets the cells factory to create cells used for chart series or categories
public ChartDataWorkbook getChartDataWorkbook()
///
Gets the cells factory to create cells used for chart series or categories
public ChartSeriesExCollection getSeries()
Gets the series.
public ChartCategoryExCollection getCategories()
Gets the categories.
public byte[] readWorkbookStream()
public void writeWorkbookStream(byte[] ms)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |