ShowExperimental Property
ShowExperimental returns or sets the show experimental line state in a variogram. It has a Boolean value. If this value is set to 'True', the experimental lines of the variogram are shown. If the value is set to 'False', the experimental lines are hidden.
Syntax
object.ShowExperimental
object. ShowExperimental = Show
Parameter |
Type |
Description |
Show |
Boolean |
required |
Example 1
This example demonstrates how to return whether or not the experimental line of a variogram is visible.
Debug.Print Variogram.ShowExperimental
Example 2
This example demonstrates how to display the experimental line of a variogram.
Variogram.ShowExperimental = True
Example 3
This script displays all the methods and properties in the Variogram object.
Used by: Variogram object