Share via


Axis.Type Property

Returns an [XlAxisType#SameCHM] value that represents the axis type.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Type As XlAxisType
    Get
    Set
'Usage
Dim instance As Axis
Dim value As XlAxisType

value = instance.Type

instance.Type = value
XlAxisType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.XlAxisType

Remarks

When using this property for the horizontal axis of scatter charts, xlCategory will be returned as the axis type.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.PowerPoint Namespace