XlErrorBarType Enumeration

Specifies the range marked by error bars.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration XlErrorBarType
'Usage
Dim instance As XlErrorBarType
public enum XlErrorBarType

Members

Member name Description
xlErrorBarTypeCustom Range is set by fixed values or cell values.
xlErrorBarTypeFixedValue Fixed-length error bars.
xlErrorBarTypePercent Percentage of range to be covered by the error bars.
xlErrorBarTypeStDev Shows range for specified number of standard deviations.
xlErrorBarTypeStError Shows standard error range.

See Also

Reference

Microsoft.Office.Core Namespace