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
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:vb.net}
Public NotInheritable Class ErrorValueType
		Inherits TypesafeEnum
{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|