SubTitleFont Property
SubTitle returns the plot subtitle font properties for a variogram. Returns a FontFormat object. This is a read-only property.
Syntax
object.SubTitleFont
Example 1
This example demonstrates how to return the face of a subtitle font.
Debug.Print Variogram.SubTitleFont.Face
Example 2
This example demonstrates how to italicize a subtitle font.
Variogram.SubTitleFont.Italic = True
Example 3
This script displays all the methods and properties in the Variogram object.
Used by: Variogram object