Page tree
Skip to end of metadata
Go to start of metadata

Description

The ErrorValueType is used in the ErrorBar.ValueType property to specify how the error value is determined.

C#
vb.net

Values

Name

Description

Custom

The error varies between data points, and is determined by the ErrorBar.CustomMinusFormula and ErrorBar.CustomPlusFormula properties.

FixedValue

The error value specified by ErrorBar.Value is a fixed value.

Percentage

The error value specified by ErrorBar.Value is a percentage.

StandardDeviation

The error value specified by ErrorBar.Value is a standard deviation.

StandardError

The error is calculated as the standard error of the data point's value

  • No labels