IChartSeriePoint.Background

Syntax

Background: IChartBackgroundInfo;

Description

The Background property determines fill parameters for a data series point.

Comments

A fill for data series points is used in the charts: area chart, histogram, pie chart, mixed chart, and some instances of stock chart.

Set start and end colors to create a gradient fill.

To show these changes, change value of the IChartBackgroundInfo.Type property to any value other than None.

Example

Examples of use are given in the IChartSerie.SeriePoint property.

See also:

IChartSeriePoint