XlAxisCrosses Enumeration
Specifies the point on the specified axis where the other axis crosses.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("B95C5967-64BB-4D6F-9EE8-9916B8637A41")> _
Public Enumeration XlAxisCrosses
'Usage
Dim instance As XlAxisCrosses
[GuidAttribute("B95C5967-64BB-4D6F-9EE8-9916B8637A41")]
public enum XlAxisCrosses
Members
Member name | Description | |
---|---|---|
xlAxisCrossesAutomatic | Microsoft PowerPoint sets the axis crossing point. | |
xlAxisCrossesCustom | The CrossesAt property specifies the axis crossing point. | |
xlAxisCrossesMaximum | The axis crosses at the maximum value. | |
xlAxisCrossesMinimum | The axis crosses at the minimum value. |