LabelFrequency Property

LabelFrequency returns or sets the color scale bar label frequency. Returns an integer.

Syntax

object.LabelFrequency

object.LabelFrequency = Freq

Parameter

Type

Description

Freq

Integer

required

Example 1

This example demonstrates how to return the label frequency.

Debug.Print DiscreteColorScale.LabelFrequency

Example 2

This example demonstrates how to label every third interval.

DiscreteColorScale.LabelFrequency = 3

Used by: DiscreteColorScale object