DefaultLine Property
The DefaultLine property returns the default line properties in the document. Returns an AutoLine object. This is a read-only property.
Syntax
object.DefaultLine
object.DefaultLine =DefaultLine
Remarks
The default settings are applied to all instances of Grapher and persist to future instances.
Example 1
This example demonstrates how to set the default line style to .3 in. Dash
Plot.DefaultLine.style= ".3 in. Dash"
Example 2
This example demonstrates how to return the default line width.
Debug.Print Plot.DefaultLine.width
Used by: Document object