ScalingMethod Property

ScalingMethod returns or sets the colormap scaling method.

Syntax

object.ScalingMethod

object. ScalingMethod = ScalingMethod

Parameter

Type

Description

ScalingMethod

srfColorScalingMethod

required

Example 1

This example demonstrates how to return which scaling method is used with the colormap.

Debug.Print ColorMap.ScalingMethod

Example 2

This example sets the scaling method to logarithmic scaling for the colormap.

ColorMap.ScalingMethod = srfColorScalingLog

Used by: ColorMap Object