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