IChartGroup.AxisGroup Property
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 IChartGroup
Dim value As XlAxisGroup
value = instance.AxisGroup
instance.AxisGroup = value
XlAxisGroup AxisGroup { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlAxisGroup