|
||||||||
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. |
ChartDataCellFactory |
getChartDataCellFactory()
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(java.io.OutputStream stream)
|
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.
public ChartDataCellFactory getChartDataCellFactory()
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(java.io.OutputStream stream)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |