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
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 |
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()