XlErrorBarType Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies the range marked by error bars.

public enum class XlErrorBarType
public enum XlErrorBarType
type XlErrorBarType = 
Public Enum XlErrorBarType
Inheritance
XlErrorBarType

Fields

xlErrorBarTypeCustom -4114

You should access and use this enumeration from the Excel primary interop assembly (PIA). Range is set by fixed values or cell values.

xlErrorBarTypeFixedValue 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Fixed-length error bars.

xlErrorBarTypePercent 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Percentage of range to be covered by the error bars.

xlErrorBarTypeStDev -4155

You should access and use this enumeration from the Excel primary interop assembly (PIA). Shows range for specified number of standard deviations.

xlErrorBarTypeStError 4

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

Applies to