ShowMinorLabels Property

ShowMinorLabels returns or sets the show labels state for minor contour levels with the Simple or Logarithmic level method. Returns a Boolean.

Syntax

object.ShowMinorLabels

object.ShowMinorLabels = ShowMinorLabels

Parameter

Type

Description

ShowMinorLabels

Boolean

required, True to show minor contour labels. False to hide labels.

Example 1

This example demonstrates how to return the show labels state for minor contour levels.

Debug.Print ContourLayer.ShowMinorLabels

Example 2

This example demonstrates how to display minor contour level labels.

ContourLayer.ShowMinorLabels = True

Used by: ContourLayer Object