ShowMargins Property

The ShowMargins property shows or hides the rectangle representation of the margin settings in the plot window. Returns a Boolean.

Syntax

object.ShowMargins

object.ShowMargins = Show

 

Parameter Type Description
Show Boolean required, true to display margins

 

Example 1

This example demonstrates how to return whether or not the margins are displayed.

Debug.Print PlotWindow.ShowMargins

 

Example 2

This example demonstrates how to display the margins.

PlotWindow.ShowMargins = True

 

Used by: AutoPlotWindow object