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.
 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

iterator

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

Returns an enumerator for the entire collection.


getChartDataCellFactory

@Deprecated
public ChartDataWorkbook getChartDataCellFactory()
Deprecated. 

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


getChartDataWorkbook

public ChartDataWorkbook getChartDataWorkbook()

///

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(byte[] ms)