Message-ID: <812197237.9183.1711679062133.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9182_1267685932.1711679062133" ------=_Part_9182_1267685932.1711679062133 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ErrorBar

ErrorBar

Description

=20

An ErrorBar object represents the= error bars on a series. Error bars graphically express potential error amo= unts 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 bub= ble charts. In scatter and bubble charts, you can display error bars for x = values, y values, or both.

=20
C#
=20
 public sealed class ErrorBar
=20
=20
vb.net
=20
Public NotInheritable Class ErrorBar
=20
=20

Remarks

You can use the=20 Series.ErrorBar= Y or=20 Series.ErrorBar= X properties to get an=20 ErrorBar object representing the vertical or horizontal error = bars, respectively.=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

CustomMinusFormula

Sets or returns the formula specifying where to = find the negative error value.

CustomPlusFormula

Sets or returns the formula specifying the posit= ive error value.

= Direction

Sets or returns the BarDirection in which the error bars will be displa= yed.

Line<= /a>

Returns the = ChartLine object used to format the appearance of the error bar's line.=

TS= haped

Sets or returns whether the error bars will be T= shaped.

Valu= e

Sets or returns the error amount. The meaning of= this value is dependent on the value of ErrorBar.ValueType.

= ValueType

Sets or returns the type of value to use as the error amount. Dependi= ng on the error type, the amount may be a fixed value, percentage, standard= deviation, standard error, or a custom value.
=20

Nested Classes

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

BarDirection

The BarDirection class is used to determine which direction or directio= ns error bars will be displayed in.

ErrorValueType

The ErrorValueType is used in the ErrorBar.ValueType property to specify how the error value is= determined.
------=_Part_9182_1267685932.1711679062133--