ColorMethod Property

 

The ColorMethod property returns or sets the color method for a prism map. Returns a MVPrismColorMethod.

 

Syntax

object.ColorMethod

object.ColorMethod = ColorMethod

 

Parameter

Type

Description

ColorMethod

MVPrismColorMethod

required; color see remarks

 

Remarks

Use the enumeration [mvColorRed], RGB value [RGB(255,0,0)], or number [255] to set a color.

 

Example 1

This example uses color classes for prism map color.

 

PrismMap.ColorMethod = mvPrismColorClass

 

Example 2

This example returns the color method for a prism map.

 

Debug.Print PrismMap.ColorMethod

 

Used by: PrismMap object