SpreadsheetGear 2017
IChartGroup Interface
Members 






SpreadsheetGear.Charts Namespace : IChartGroup Interface
Represents options for one or more series of a chart.
Object Model
IChartGroup Interface
Syntax
'Declaration
 
Public Interface IChartGroup 
'Usage
 
Dim instance As IChartGroup
public interface IChartGroup 
public interface IChartGroup 
public interface IChartGroup 
public __gc __interface IChartGroup 
public interface class IChartGroup 
Remarks

Each chart has one or more chart groups. There is one chart group for each chart type (bar, line, area, etc...) which specifies options such as which axis to use for that chart type.

Each series of a chart is associated with exactly one chart group.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IChartGroup Members
SpreadsheetGear.Charts Namespace
IChartGroups Interface