The ShowRulers property shows or hides the rulers. Returns a Boolean.
Syntax
object.ShowRulers
object.ShowRulers = Show
Parameter |
Type |
Description |
Show |
Boolean |
required; true to show rulers |
Example 1
This example demonstrates how to return whether or not the rulers are displayed.
Debug.Print PlotWindow.ShowRulers
Example 2
This example demonstrates how to display the rulers.
PlotWindow.ShowRulers = True
Used by: PlotWindow object