ChartClass.Axes Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function Axes ( _
Type As Object, _
AxisGroup As XlAxisGroup _
) As Object
'Usage
Dim instance As ChartClass
Dim Type As Object
Dim AxisGroup As XlAxisGroup
Dim returnValue As Object
returnValue = instance.Axes(Type, AxisGroup)
public virtual Object Axes(
Object Type,
XlAxisGroup AxisGroup
)
Parameters
- Type
Type: System.Object
- AxisGroup
Type: Microsoft.Office.Interop.Excel.XlAxisGroup
Return Value
Type: System.Object
Implements
_Chart.Axes(Object, XlAxisGroup)