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}An [ErrorBar|ErrorBar] object represents the error bars on a series. Error bars graphically express potential error amounts relative to each data marker in a data series. You can add error bars to data series in two\-dimensional area, bar, column, line, scatter, and bubble charts. In scatter and bubble charts, you can display error bars for x values, y values, or both.{excerpt}
{signature:C#}
 public sealed class ErrorBar
{signature}{signature:vb.net}
Public NotInheritable Class ErrorBar
{signature}
{remarks}You can use the [Series.ErrorBarY] or [Series.ErrorBarX] properties to get an {{ErrorBar}} object representing the vertical or horizontal error bars, respectively.
{remarks}
{properties}
||Name||Description||
|[CustomMinusFormula|ErrorBar.CustomMinusFormula]|{excerpt-include:ErrorBar.CustomMinusFormula|nopanel=true}|
|[CustomPlusFormula|ErrorBar.CustomPlusFormula]|{excerpt-include:ErrorBar.CustomPlusFormula|nopanel=true}|
|[Direction|ErrorBar.Direction]|{excerpt-include:ErrorBar.Direction|nopanel=true}|
|[Line|ErrorBar.Line]|{excerpt-include:ErrorBar.Line|nopanel=true}|
|[TShaped|ErrorBar.TShaped]|{excerpt-include:ErrorBar.TShaped|nopanel=true}|
|[Value|ErrorBar.Value]|{excerpt-include:ErrorBar.Value|nopanel=true}|
|[ValueType|ErrorBar.ValueType]|{excerpt-include:ErrorBar.ValueType|nopanel=true}|
{classes}
||Name||Description||
|[BarDirection|ErrorBar.BarDirection]|{excerpt-include:ErrorBar.BarDirection|nopanel=true}|
|[ErrorValueType|ErrorBar.ErrorValueType]|{excerpt-include:ErrorBar.ErrorValueType|nopanel=true}|