Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Description

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

C#
vb.net

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.

  • No labels