Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies which error-bar parts to include.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("00C9E500-2E7D-4ECF-B7BC-D0B86CB8F3A6")> _
Public Enumeration XlErrorBarInclude
'Usage
Dim instance As XlErrorBarInclude
[GuidAttribute("00C9E500-2E7D-4ECF-B7BC-D0B86CB8F3A6")]
public enum XlErrorBarInclude
Members
| Member name | Description | |
|---|---|---|
| xlErrorBarIncludeBoth | Both the positive and negative error range. | |
| xlErrorBarIncludeMinusValues | Only the negative error range. | |
| xlErrorBarIncludeNone | No error bar range. | |
| xlErrorBarIncludePlusValues | Only the positive error range. |