ShowPosition Property
The ShowPosition property returns or sets the cursor position display on the ruler. Returns a Boolean.
Syntax
object.ShowPosition
object.ShowPosition = ShowPosition
Parameter | Type | Description |
ShowPosition | Boolean | required, true to display the cursor position |
Example
This example shows how to disable the ruler positioning display.
PlotWindow.HorizontalRuler.ShowPosition = False
Used by: AutoRuler object