Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Sets or returns whether the specified chart region is visible.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Sets or returns whether the specified chart region is visible.{excerpt}
{signature:C#}
 public boolean Visible{ get; set; }
Signature
{signature}{signature:vb.net
vb.net
}
Public Property Visible() As Boolean
Remarks

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

Setting ForegroundColor, BackgroundColor or Pattern on a ChartInterior object will turn Visible to true automatically.
{signature}
{remarks}
For chart regions that normally have a filled background (such as {{Chart.ChartArea}}), this will be {{true}} by default.  For chart regions that normally have no background (such as [{{ChartText}}|ChartText] instances like {{Chart.ChartTitle}}) this will be {{false}} by default.

Setting {{ForegroundColor}}, {{BackgroundColor}} or {{Pattern}} on a {{ChartInterior}} object will turn {{Visible}} to {{true}} automatically.
{remarks}