XlErrorBarType enumeration

Office 2013 and later

You should access and use this enumeration from the Excel primary interop assembly (PIA).

Specifies the range marked by error bars.

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

No code example is currently available or this language may not be supported.

Member nameDescription
xlErrorBarTypeCustomYou should access and use this enumeration from the Excel primary interop assembly (PIA). Range is set by fixed values or cell values.
xlErrorBarTypeFixedValueYou should access and use this enumeration from the Excel primary interop assembly (PIA). Fixed-length error bars.
xlErrorBarTypePercentYou should access and use this enumeration from the Excel primary interop assembly (PIA). Percentage of range to be covered by the error bars.
xlErrorBarTypeStDevYou should access and use this enumeration from the Excel primary interop assembly (PIA). Shows range for specified number of standard deviations.
xlErrorBarTypeStErrorYou should access and use this enumeration from the Excel primary interop assembly (PIA). Shows standard error range.
Show: