XlErrorBarType Enumeration
Specifies the range marked by error bars.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("00983AAB-CA07-437D-9415-154DAD6918F0")> _
Public Enumeration XlErrorBarType
'Usage
Dim instance As XlErrorBarType
[GuidAttribute("00983AAB-CA07-437D-9415-154DAD6918F0")]
public enum XlErrorBarType
Members
Member name | Description | |
---|---|---|
xlErrorBarTypeCustom | The range is set by fixed values or cell values. | |
xlErrorBarTypeFixedValue | Fixed-length error bars. | |
xlErrorBarTypePercent | The percentage of the range to be covered by the error bars. | |
xlErrorBarTypeStDev | Shows the range for a specified number of standard deviations. | |
xlErrorBarTypeStError | Shows the standard error range. |