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