LabelMinimum Property

LabelMinimum returns or sets the color scale bar minimum label value (data units). Returns a double.

Syntax

object.LabelMinimum

object.LabelMinimum = Value

Parameter

Type

Description

Value

Double

required

Example 1

This example demonstrates how to return the label minimum of a continuous color scale.

Debug.Print ContinuousColorScale.LabelMinimum

Example 2

This example demonstrates how to set the label minimum to zero.

ContinuousColorScale.LabelMinimum = 0

Used by: ContinuousColorScale object