The following tables list the members exposed by ComboChartGroupCollection.
Name | Description | |
---|---|---|
![]() | Chart | Returns the owning chart (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
![]() | Count | Returns the number of items in the collection (read-only) |
![]() | IsReadOnly | Determines if the collecion can be modified (read-only) |
![]() | Item | Returns the ComboChartGroup instance associated with the specified chartType and axisGroup, or null if no such instance exists. |
![]() | Owner | returns this object's owner. (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
![]() | Sheet | The owning sheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
![]() | Workbook | The owning workbook (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
![]() | Worksheet | The owning worksheet (read-only) (Inherited from Infragistics.Documents.Excel.Charts.ChartObject) |
Name | Description | |
---|---|---|
![]() | Add | Creates a new ComboChartGroup, or returns an existing one, which matches the specified chartType and axisGroup. |
![]() | Clear | Clears the collection. |
![]() | GetEnumerator | Gets an enumerator for the items in the collection |
![]() | Remove | Overloaded. Removes the specified ComboChartGroup from this collection. |
View on GitHub