SpreadsheetGear 2017
ChartGroups Property (IChart)






SpreadsheetGear.Charts Namespace > IChart Interface : ChartGroups Property
Returns an instance of IChartGroups which represents the chart groups of this chart.
Syntax
'Declaration
 
ReadOnly Property ChartGroups As IChartGroups
'Usage
 
Dim instance As IChart
Dim value As IChartGroups
 
value = instance.ChartGroups
IChartGroups ChartGroups {get;}
read-only property ChartGroups: IChartGroups; 
function get ChartGroups : IChartGroups
__property IChartGroups* get_ChartGroups();
property IChartGroups^ ChartGroups {
   IChartGroups^ get();
}
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

IChart Interface
IChart Members