XlErrorBarType Enumeration 

Specifies the range marked by error bars.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlErrorBarType1 As XlErrorBarType = XlErrorBarType.xlErrorBarTypeCustom

Syntax

Public Enum XlErrorBarType
public enum XlErrorBarType
public enum class XlErrorBarType
public enum 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace