Version

Remove(ChartType,AxisGroup) Method

Removes the specified ComboChartGroup from this collection.
Syntax
public bool Remove( 
   ChartType chartType,
   AxisGroup axisGroup
)

Parameters

chartType
A Infragistics.Documents.Excel.Charts.ChartType constant which identifies the combo chart group.
axisGroup
An Infragistics.Documents.Excel.Charts.AxisGroup constant which identifies the combo chart group.

Return Value

True if the item was removed, otherwise false.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also