HorizontalRuler Property
The HorizontalRuler property returns the horizontal AutoRuler object. This is a read-only property.
Syntax
object.HorizontalRuler
object.HorizontalRuler =HorizontalRuler
Example 1
This example shows how to change the font size for the horizontal ruler to 16 points.
PlotWindow.HorizontalRuler.FontSize = 16
Example 2
This example shows how to return the font used for the horizontal ruler.
Debug.Print PlotWindow.HorizontalRuler.Font
Used by: AutoPlotWindow object