com.aspose.slides
Class ChartDataEx

java.lang.Object
  extended by com.aspose.slides.ChartDataEx

public class ChartDataEx
extends java.lang.Object

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

iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an enumerator for the entire collection.


getChartDataCellFactory

public ChartDataCellFactory getChartDataCellFactory()

Gets the cells factory to create cells used for chart series or categories


getSeries

public ChartSeriesExCollection getSeries()

Gets the series.


getCategories

public ChartCategoryExCollection getCategories()

Gets the categories.


readWorkbookStream

public byte[] readWorkbookStream()

writeWorkbookStream

public void writeWorkbookStream(java.io.OutputStream stream)