Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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

Signature
C#
C#
 public sealed class ErrorValueType : TypesafeEnum
Signature
vb.net
vb.net
Public NotInheritable Class ErrorValueType
		Inherits TypesafeEnum
Values

Name

Description

Anchor
Custom
Custom
Custom

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

Anchor
FixedValue
FixedValue
FixedValue

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

Anchor
Percentage
Percentage
Percentage

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

Anchor
StandardDeviation
StandardDeviation
StandardDeviation

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

Anchor
StandardError
StandardError
StandardError

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