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

An ErrorValueType value specifies an error bar's error value typeThe ErrorValueType is used in the ErrorBar.ValueType property to specify how the error value is determined.

Signature
C#
C#
 public sealed class ErrorValueType : TypesafeEnum

...

Name

Description

Anchor
Custom
Custom
Custom

The error value specified by ErrorBar.Value is a custom value.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

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