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}Sets or returns the error amount. The meaning of this value is dependent on the value of [ErrorBar.ValueType|ErrorBar.ValueType].{excerpt}
{signature:C#}
 public double Value{ get; set; }
{signature}{signature:vb.net}
Public Property Value() As Double
{signature}
{remarks}
If the [ValueType|ErrorBar.ValueType] is Custom, this property will return 0. Setting this property when the ValueType is custom will cause the ValueType to change to FixedValue.

If the [ValueType|ErrorBar.ValueType] is not Custom, then this property specifies the error in both the positive and negative direction. This may be a fixed (absolute) value, a percentage of the data point's value, or a standard deviation, depending on the ValueType.

If you create a new error bar using ExcelWriter, then the Value will have a default value of 2 for the 2007 Office file formats (.xlsx, .xlsm, etc), and a value of 0 for the 2003 Office file formats (.xls).
{remarks}