XlAxisType Enumeration

Specifies the axis type.

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

Syntax

'Declaration
<GuidAttribute("DD79733B-5E46-49C9-8400-6BCF316EC79E")> _
Public Enumeration XlAxisType
'Usage
Dim instance As XlAxisType
[GuidAttribute("DD79733B-5E46-49C9-8400-6BCF316EC79E")]
public enum XlAxisType

Members

Member name Description
xlCategory Axis displays categories.
xlSeriesAxis Axis displays data series.
xlValue Axis displays values.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace