PairsFont Property

PairsFont returns the pair annotation properties for a variogram. Returns a FontFormat object. This is a read-only property.

Syntax

object.PairsFont

Example 1

This example demonstrates how to return the face of the pair annotation.

Debug.Print Variogram.PairsFont.Face

Example 2

This example demonstrates how to bold the pair annotation of a variogram.

Variogram.PairsFont.Bold = True

Example 3

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

Used by: Variogram object