BitmapGradientMode Property

Allows you to apply a bitmap or gradient style to the background of an Enhanced Chart.

Syntax

object.BitmapGradientMode  [= Boolean]

Properties

The BitmapGradientMode property syntax has thse parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether or not a bitmap or gradient style is applied to the background of the HistogramChart, LineChart, or SPCBarChart Object.

Settings

The settings for Boolean are:

Value

Description

True

Bitmap or gradient style enabled. (Default)

False

Bitmap or gradient style disabled.

Applies To