com.aspose.slides
Interface IChartCategoryCollection

All Superinterfaces:
com.aspose.ms.System.Collections.ICollection<IChartCategory>, com.aspose.ms.System.Collections.IEnumerable<IChartCategory>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IChartCategory>, java.lang.Iterable<IChartCategory>
All Known Implementing Classes:
ChartCategoryCollection

public interface IChartCategoryCollection
extends com.aspose.ms.System.Collections.ICollection<IChartCategory>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IChartCategory>

Represents collection of IChartCategory


Method Summary
 IChartCategory add(IChartDataCell chartDataCell)
           
 IChartCategory add(java.lang.Object value)
           
 void clear()
           
 IChartCategory get_Item(int index)
           
 int getGroupingLevelCount()
           
 int getLevelCount()
          Deprecated. 
 boolean getUseCells()
           
 int indexOf(IChartCategory value)
           
 void remove(IChartCategory value)
           
 void setUseCells(boolean value)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.ICollection
copyTo, getSyncRoot, isSynchronized, size
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

IChartCategory get_Item(int index)

getUseCells

boolean getUseCells()

setUseCells

void setUseCells(boolean value)

getLevelCount

@Deprecated
int getLevelCount()
Deprecated. 


getGroupingLevelCount

int getGroupingLevelCount()

add

IChartCategory add(IChartDataCell chartDataCell)

add

IChartCategory add(java.lang.Object value)

indexOf

int indexOf(IChartCategory value)

remove

void remove(IChartCategory value)

clear

void clear()