Axis.Type Property
Returns the axis type. Read-only XlAxisType.
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 you use this property for the horizontal axis of scatter charts, xlCategory will be returned as the axis type.