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 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.

Signature
C#
C#
 public sealed class ErrorBar
Signature
vb.net
vb.net
Public NotInheritable Class ErrorBar
Remarks

You can use the Series.ErrorBarY or Series.ErrorBarX properties to get an ErrorBar object representing the vertical or horizontal error bars, respectively.

Properties

Name

Description

CustomMinusFormula

Excerpt Include
ErrorBar.CustomMinusFormula
ErrorBar.CustomMinusFormula
nopaneltrue

CustomPlusFormula

Excerpt Include
ErrorBar.CustomPlusFormula
ErrorBar.CustomPlusFormula
nopaneltrue

Direction

Excerpt Include
ErrorBar.Direction
ErrorBar.Direction
nopaneltrue

Line

Excerpt Include
ErrorBar.Line
ErrorBar.Line
nopaneltrue

TShaped

Excerpt Include
ErrorBar.TShaped
ErrorBar.TShaped
nopaneltrue

Value

Excerpt Include
ErrorBar.Value
ErrorBar.Value
nopaneltrue

ValueType

Excerpt Include
ErrorBar.ValueType
ErrorBar.ValueType
nopaneltrue
Classes

Name

Description

BarDirection

Excerpt Include
ErrorBar.BarDirection
ErrorBar.BarDirection
nopaneltrue

ErrorValueType

Excerpt Include
ErrorBar.ErrorValueType
ErrorBar.ErrorValueType
nopaneltrue