ImageFilter Property

Gets or sets the ImageFilter state.

Syntax

object.ImageFilter [= value]

Parameters

value
A Boolean expression that enables (TRUE) or disables (FALSE) Image Filtering.

Remarks

When enabled, image filtering blends adjacent colors of ImageMap graphs. When disabled, ImageMap graphs will display a "tiled" apearence. The visual difference between these two modes is most noticible in graphs with fewer datapoints.

Setting ImageFilter has no effect on other graph types.

See Also

GetGraphType, SetGraphType