The HorizontalRuler property returns the horizontal Ruler object. This is a read-only property.
Syntax
object.HorizontalRuler
Example
This example demonstrates how to set eight divisions per page unit for a horizontal ruler.
PlotWindow.HorizontalRuler.RulerDivisions = 8
Used by: PlotWindow object