Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

An ErrorBar object represents series 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
vb.net
vb.net
Public NotInheritable Class ErrorBar
Remarks

To return You can use the Series.ErrorBarY or Series.ErrorBarX properties to get an ErrorBar object representing Y Error the vertical or horizontal error bars, use Seriesrespectively.ErrorBarX.

Properties

Name

Description

CustomMinusFormula

Excerpt Include
EW8:ErrorBar.CustomMinusFormula
EW8:ErrorBar.CustomMinusFormula
nopaneltrue

CustomPlusFormula

Excerpt Include
EW8:ErrorBar.CustomPlusFormula
EW8:ErrorBar.CustomPlusFormula
nopaneltrue

Direction

Excerpt Include
EW8:ErrorBar.Direction
EW8:ErrorBar.Direction
nopaneltrue

Line

Excerpt Include
EW8:ErrorBar.Line
EW8:ErrorBar.Line
nopaneltrue

TShaped

Excerpt Include
EW8:ErrorBar.TShaped
EW8:ErrorBar.TShaped
nopaneltrue

Value

Excerpt Include
EW8:ErrorBar.Value
EW8:ErrorBar.Value
nopaneltrue

ValueType

Excerpt Include
EW8:ErrorBar.ValueType
EW8:ErrorBar.ValueType
nopaneltrue

...