Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}The [ErrorValueType|ErrorBar.ErrorValueType] is used in the [ErrorBar.ValueType] property to specify how the error value is determined.{excerpt}
{signature:C#}
 public sealed class ErrorValueType : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class ErrorValueType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

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

...

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

...

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

...

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

...

{signature}
{values}
||Name||Description||
|{anchor:Custom}Custom|The error varies between data points, and is determined by the [ErrorBar.CustomMinusFormula] and [ErrorBar.CustomPlusFormula] properties.|
|{anchor:FixedValue}FixedValue|The error value specified by [ErrorBar.Value|ErrorBar.Value] is a fixed value.|
|{anchor:Percentage}Percentage|The error value specified by [ErrorBar.Value|ErrorBar.Value] is a percentage.|
|{anchor:StandardDeviation}StandardDeviation|The error value specified by [ErrorBar.Value|ErrorBar.Value] is a standard deviation.|
|{anchor:StandardError}StandardError|The error is calculated as the standard error of the data point's value|