The DefaultSymbol property returns the default symbol properties. 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.
Debug.Print Plot.DefaultSymbol.Color
Example 2
This example demonstrates how to set the default symbol size of a map document to 0.50 inches.
Plot.DefaultSymbol.Size = 0.5
Used by: PlotDocument object