ChartGroup.AxisGroup Property
Returns the group for the specified chart group or series.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property AxisGroup As XlAxisGroup
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As XlAxisGroup
value = instance.AxisGroup
instance.AxisGroup = value
XlAxisGroup AxisGroup { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlAxisGroup
Remarks
For 3-D charts only xlPrimary is valid.