ShowSubTitle Property

ShowSubTitle returns or sets the show subtitle state of a variogram title. It has a Boolean value. If this value is set to 'True', the direction/tolerance subtitle of the variogram are shown and if this value is set to 'False', the subtitles are hidden.

Syntax

object.ShowSubTitle

object. ShowSubTitle = Show

Parameter

Type

Description

Show

Boolean

required

Example 1

This example demonstrates how to return whether or not the subtitle of a variogram is displayed.

Debug.Print Variogram.ShowSubTitle

Example 2

This example demonstrates how to display the subtitle of a variogram.

Variogram.ShowSubTitle = True

Example 3

This script displays all the methods and properties in the Variogram object.

Used by: Variogram object