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

SettingsLineAreaScatter.UpDownBar

Descriptio= n

=20

Returns an UpDownBar object repr= esenting the up/down bars of a line series.

=20
C#
=20
 public UpDownBar UpDownBar{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property UpDownBar() As UpDownBar
=20
=20

Remarks

=20

Up/down bars connect the data points of a pair of series, and assume a d= ifferent style based on whether the value in the first (as defined by their= order in the SeriesCollection) is larger or smaller than the value in the secon= d series. By default, up/down bars use AutomaticFill and AutomaticLine for all their colors. Th= is shows up in Excel as the up bars having a white interior and the down ba= rs having a black interior. Note that points where the first and second ser= ies have the same value display down bars.

=20

Scatter and area charts do not support up/down bars, so while you can se= t the up/down bar properties, they will not appear in the output of a scatt= er or area series.

------=_Part_7656_1083225479.1711617345082--