ShowVariance Property

ShowVariance returns or sets the show variance line state of a variogram. It has a Boolean value. If this value is set to 'True', the variance line of the variogram is shown and if this value is set to 'False', the variance line is hidden.

Syntax

object.ShowVariance

object. ShowVariance = Show

Parameter

Type

Description

Show

Boolean

required

Example 1

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

Debug.Print Variogram.ShowVariance

Example 2

This example demonstrates how to display the variance line of a variogram.

Variogram.ShowVariance = True

Example 3

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

Used by: Variogram object