Page tree

Versions Compared

Key

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

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}A [ChartInterior|ChartInterior] object contains formatting properties of a [ChartRegion|ChartRegion] or an object extending {{ChartRegion}} \( [AxisLabel|AxisLabel], [ChartText|ChartText], [Legend|Legend], or [SeriesDataLabel|SeriesDataLabel] \).{excerpt}
{signature:C#}
 public sealed class ChartInterior
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class ChartInterior
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

...

ForegroundColor

...

Pattern

...

Visible

...

Methods

...

Name

...

Description

...

ClearFillEffects()

...

{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}