Table of Contents

Enum eErrorValueType

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

The ways to determine the length of the error bars

public enum eErrorValueType

Fields

Custom = 0

The length of the error bars will be determined by the Plus and Minus properties.

FixedValue = 1

The length of the error bars will be the fixed value determined by Error Bar Value property.

Percentage = 2

The length of the error bars will be Error Bar Value percent of the data.

StandardDeviation = 3

The length of the error bars will be Error Bar Value standard deviations of the data.

StandardError = 4

The length of the error bars will be Error Bar Value standard errors of the data.