ModelLine Property

ModelLine returns the variogram model line properties. Returns a LineFormat object. This is a read-only property.

Syntax

object.ModelLine

Example 1

This example demonstrates how to return the style of a variogram model line.

Debug.Print Variogram.ModelLine.Style

Example 2

This example demonstrates how to set the width of a variogram model line to 0.05 page units.

Variogram.ModelLine.Width = 0.05

Example 3

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

Used by: Variogram object