public interface IChartSeriesGroupCollection extends IGenericCollection<IChartSeriesGroup>
Represents the coleection of groups of combinable series.
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.
|
iterator
IChartSeriesGroup get_Item(IChartSeries ofSeries)
Gets the series group by series.
IChartSeriesGroup get_Item(int index)
Gets the series group by index.