com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IChartSeriesGroupCollection

  • All Superinterfaces:
    com.aspose.ms.System.Collections.ICollection<IChartSeriesGroup>, com.aspose.ms.System.Collections.IEnumerable<IChartSeriesGroup>, IGenericCollection<IChartSeriesGroup>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IChartSeriesGroup>, java.lang.Iterable<IChartSeriesGroup>


    public interface IChartSeriesGroupCollection
    extends IGenericCollection<IChartSeriesGroup>

    Represents the coleection of groups of combinable series.


    1) Each group of series contains series with combinable types. Groups of combinable series types defined and described with CombinableSeriesTypesGroup enum. Also each group of series contains series witch is plotted whether on primary axes or on secondary axes (not both cases in one group). So, principle of series grouping is a grouping by type groups mentioned above and by primary/secondary plotting type. 2) Group of series contains some series properies whitch is common for each series in group ("series group properties"). "Series group properties" in ChartSeriesGroup class is read/write. Each of "series group properties" can have a read-only projection in ChartSeries class.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      IChartSeriesGroup get_Item(IChartSeries ofSeries)
      Gets the series group by series.
      IChartSeriesGroup get_Item(int index)
      Gets the series group by index.
      • Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable

        iterator
      • Methods inherited from interface com.aspose.ms.System.Collections.ICollection

        copyTo, getSyncRoot, isSynchronized, size
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator