ShowRulers Property

ShowRulers shows or hides the rulers. It has a Boolean value. If this value is 'True', the ruler is shown and if this value is 'False', the ruler is hidden.

Syntax

object.ShowRulers

object. ShowRulers = Show

Parameter

Type

Description

Show

Boolean

required

Example 1

This example demonstrates how to return whether or not the rulers of a plot window are displayed.

Debug.Print PlotWindow.ShowRulers

Example 2

This example demonstrates how to display the rulers of a plot window.

PlotWindow.ShowRulers = True

Example 3

This script displays all the methods and properties in the PlotWindow object.

Used by: PlotWindow object