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

Description

A ChartInterior object contains formatting properties of a ChartRegion or an object extending ChartRegion ( AxisLabel, ChartText, Legend, or SeriesDataLabel ).

C#
vb.net

Remarks

property of the following classes: ChartRegion, AxisLabel, ChartText, Legend, and SeriesDataLabel.

If the pattern is Solid, you should set the fill through the Foreground color. The background color is the incorrect way to set a solid fill.

Properties

Name

Description

BackgroundColor

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

ForegroundColor

Sets or returns the foreground color of the specified chart region.

Pattern

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

Visible

Sets or returns whether the specified chart region is visible.

Methods

Name

Description

ClearFillEffects()

Clears any pattern and color from the chart interior, setting it to the automatic color instead.
  • No labels