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

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

Signature
C#
C#
 public sealed class ChartInterior
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class ChartInterior
{signature}
{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.
{remarks}
{properties}
||Name||Description||
|[BackgroundColor|ChartInterior.BackgroundColor]|{excerpt-include:ChartInterior.BackgroundColor|nopanel=true}|
|[ForegroundColor|ChartInterior.ForegroundColor]|{excerpt-include:ChartInterior.ForegroundColor|nopanel=true}|
|[Pattern|ChartInterior.Pattern]|{excerpt-include:ChartInterior.Pattern|nopanel=true}|
|[Visible|ChartInterior.Visible]|{excerpt-include:ChartInterior.Visible|nopanel=true}|
{methods}
||Name||Description||
|[ClearFillEffects()|ChartInterior.ClearFillEffects()]|{excerpt-include:ChartInterior.ClearFillEffects()|nopanel=true}|
{scrollbar}
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

Excerpt Include
ChartInterior.BackgroundColor
ChartInterior.BackgroundColor
nopaneltrue

ForegroundColor

Excerpt Include
ChartInterior.ForegroundColor
ChartInterior.ForegroundColor
nopaneltrue

Pattern

Excerpt Include
ChartInterior.Pattern
ChartInterior.Pattern
nopaneltrue

Visible

Excerpt Include
ChartInterior.Visible
ChartInterior.Visible
nopaneltrue
Methods

Name

Description

ClearFillEffects()

Excerpt Include
ChartInterior.ClearFillEffects()
ChartInterior.ClearFillEffects()
nopaneltrue
Scrollbar