Show / Hide Table of Contents

Enum eErrorValueType

The ways to determine the length of the error bars

Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public enum eErrorValueType

Fields

Name Description
Custom

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

FixedValue

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

Percentage

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

StandardDeviation

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

StandardError

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

Back to top Generated by DocFX