Share via


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

Property Value

Type: System.Object

See Also

Reference

IMsoChart Interface

IMsoChart Members

Microsoft.Office.Core Namespace