DefaultSymbol Property
The DefaultSymbol property returns the default symbol properties object in the document. Returns an AutoMarker object. This is a read-only property.
Syntax
object.DefaultSymbol
object.DefaultSymbol =DefaultSymbol
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 symbol color to green.
Plot.DefaultSymbol.color = grfColorGreen
Example 2
This example demonstrates how to return the default symbol color.
Debug.Print Plot.DefaultSymbol.color
Used by: Document object