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

Sets or returns the background pattern of the specified chart region.

Signature
C#
C#
 public Pattern Pattern{ get; set; }
{signature}{signature:
}
Signature
vb.net
vb.net
Public Property Pattern() As Pattern
{signature}
{remarks}
This is an instance of [{{ChartFillPattern}}|ChartFillPattern].

For chart regions that normally have a filled background (such as {{Chart.ChartArea}}), this will be {{Solid}} by default.  For chart regions that normally have no background (such as [{{ChartText}}|ChartText] instances like {{Chart.ChartTitle}}) this will be {{None}} by default.

Setting {{Pattern}} to {{null}} will throw an {{ArgumentException}}.
{remarks}
Remarks

This is an instance of ChartFillPattern.

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

Setting Pattern to null will throw an ArgumentException.