DefaultLine Property

 

The DefaultLine property returns the default line properties. Returns a LineFormat object. This is a read-only property.

 

Syntax

object.DefaultLine

 

Example 1

This example demonstrates how to return the default line style.

 

Debug.Print Plot.DefaultLine.Style

 

Example 2

This example demonstrates how to set the default line color to brown.

 

Plot.DefaultLine.Color = mvColorBrown

 

Used by: PlotDocument object