Visual Basic: MSChart Control

AllowDithering Property

See Also   Example   Applies To

Returns or sets a value that determines whether to disable color dithering for charts on 8-bit color monitors in order to enable use of MSChart control's own color palette and enhance the chart display.

Syntax

object.AllowDithering [ =boolean]

The AllowDithering property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
boolean A Boolean expression that specifies whether a color dithering is allowed, as described in Settings.

Settings

The settings for boolean are:

Setting Description
True Color dithering is allowed.
False (Default) MSChart control's color palette is used for enhanced color matching and display.