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

Returns an ErrorBar object representing the vertical error bars for the series.

Signature
C#
C#
 public ErrorBar ErrorBarY{ get; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property ErrorBarY() As ErrorBar
{signature}
{remarks}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.
{remarks}
{exceptions}
{exception:InvalidOperationException}The series type does not support error bars in the Y direction. Pie, Doughnut, Surface, Radar, and 3D charts do not support vertical error bars.
{exception}
Remarks

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.

Exceptions
Exception
InvalidOperationException
InvalidOperationException

The series type does not support error bars in the Y direction. Pie, Doughnut, Surface, Radar, and 3D charts do not support vertical error bars.