IMsoChart.HasAxis Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property HasAxis ( _
axisType As Object, _
AxisGroup As Object _
) As Object
Get
Set
'Usage
Dim instance As IMsoChart
Dim axisType As Object
Dim AxisGroup As Object
Dim value As Object
value = instance.HasAxis(axisType, AxisGroup)
instance.HasAxis(axisType, AxisGroup) = value
Object this[
Object axisType,
Object AxisGroup
] { get; set; }
Parameters
- axisType
Type: System.Object
- AxisGroup
Type: System.Object
Property Value
Type: System.Object