DefaultSymbol Property
DefaultSymbol returns the default symbol properties object for this document. Returns a MarkerFormat object. This is a read-only property.
Syntax
object.DefaultSymbol
Example 1
This example demonstrates how to return the default symbol color of a plot document.
Debug.Print Plot.DefaultSymbol.Size
Example 2
This example demonstrates how to set the default symbol size of a plot document to 0.50 inches.
Plot.DefaultSymbol.Size = 0.5
Example 3
This script displays all the methods and properties in the PlotDocument object.
Used by: PlotDocument object