SpreadsheetGear 2017
AxisGroup Property (IChartGroup)






SpreadsheetGear.Charts Namespace > IChartGroup Interface : AxisGroup Property
Returns the axis group that this chart group belongs to.
Syntax
'Declaration
 
ReadOnly Property AxisGroup As AxisGroup
'Usage
 
Dim instance As IChartGroup
Dim value As AxisGroup
 
value = instance.AxisGroup
AxisGroup AxisGroup {get;}
read-only property AxisGroup: AxisGroup; 
function get AxisGroup : AxisGroup
__property AxisGroup get_AxisGroup();
property AxisGroup AxisGroup {
   AxisGroup 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

IChartGroup Interface
IChartGroup Members