Version

Item(ChartType,AxisGroup) Property

Returns the ComboChartGroup instance associated with the specified chartType and axisGroup, or null if no such instance exists.
Syntax
public ComboChartGroup Item( 
   ChartType chartType,
   AxisGroup axisGroup
) {get;}

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.

Property Value

A new or existing ComboChartGroup instance.
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