Title Property

Title returns or sets the axis title, discrete or continuous color scale bar title, variogram plot title or map scale bar title. Returns a string.

Syntax

object.Title

object. Title = Title

Parameter

Type

Description

Title

String

required

Example 1

This example demonstrates how to return the title of a legend.

Debug.Print Legend.Title

Example 2

This example demonstrates how to set a variogram title to read This is a variogram title.

Variogram.Title = "This is a variogram title"

Used by: Axis object, ColorScale object, Legend object, ScaleBar object, Variogram object