A collection of objects for a

Implements
  • IEnumerable<ComboChartGroup>
  • IEnumerable

Inherited from: ChartObject

Returns the owning chart (read-only)

public WorksheetChart Chart { get; }

Inherited from: ChartObject

returns this object's owner. (read-only)

public ChartObject Owner { get; }

Inherited from: ChartObject

The owning sheet (read-only)

public Sheet Sheet { get; }

Inherited from: ChartObject

The owning workbook (read-only)

public Workbook Workbook { get; }

Inherited from: ChartObject

The owning worksheet (read-only)

public Worksheet Worksheet { get; }

Returns the number of items in the collection (read-only)

public int Count { get; }

Determines if the collecion can be modified (read-only)

public bool IsReadOnly { get; }

Returns the instance associated with the specified chartType and axisGroup, or null if no such instance exists.

public ComboChartGroup this[ChartType chartType, AxisGroup axisGroup] { get; }

Creates a new , or returns an existing one, which matches the specified chartType and axisGroup.

public ComboChartGroup Add(ChartType chartType, AxisGroup axisGroup)

Parameters

  • chartType: ChartType
  • axisGroup: AxisGroup

Returns any

Clears the collection.

public void Clear()

Returns any

Gets an enumerator for the items in the collection

public IEnumerator<ComboChartGroup> GetEnumerator()

Returns any

Removes the specified from this collection.

public bool Remove(ChartType chartType, AxisGroup axisGroup)

Parameters

  • chartType: ChartType
  • axisGroup: AxisGroup

Returns any

Removes the specified from this collection.

public bool Remove(ComboChartGroup comboChartGroup)

Parameters

  • comboChartGroup: ComboChartGroup

Returns any