VarianceLine Property
VarianceLine returns the variance line properties of the variogram. Returns a LineFormat object. This is a read-only property.
Syntax
object.VarianceLine
Example 1
This example demonstrates how to return the color of a variance line within a variogram.
Debug.Print Variogram.VarianceLine.ForeColorRGBA.Color
Example 2
This example demonstrates how set the style of a variance line to dash-dot.
Variogram.VarianceLine.Style = "Dash Dot"
Example 3
This script displays all the methods and properties in the Variogram object.
Used by: Variogram object