Item

IChartSeriesGroupCollection indexer (1 of 2)

Gets the series group by series.

public IChartSeriesGroup this[IChartSeries ofSeries] { get; }

See Also


IChartSeriesGroupCollection indexer (2 of 2)

Gets the series group by index.

public IChartSeriesGroup this[int index] { get; }

See Also