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

ChartInterior.Visible

Description

=20

Sets or returns whether the specified chart region is visible.

=20
C#
=20
 public boolean Visible{ get; set; }
=20
=20
vb.net
=20
Public Property Visible() As Boolean
=20
=20

Remarks

=20

For chart regions that normally have a filled background (such as = Chart.ChartArea), this will be true by default. For cha= rt regions that normally have no background (such as ChartText instances like Chart.ChartTitle) this will be false by default.

= =20

Setting ForegroundColor, BackgroundColor or Pattern on a ChartInterior object will turn V= isible to true automatically.

------=_Part_8904_208970940.1711667386931--