property Schedule.ShowTimeScale as Boolean
Specifies whether the control's time scale is shown on the schedule panel.

TypeDescription
Boolean A boolean expression that indicates whether the control display the time-scale.
The control displays time scale if it fits on the control's client area. The control decides when it can display the time-scale depending on how large is the schedule view. The Visible property of the TimeScale object indicates whether the control displays or hides the time-scale.

The following screen shot shows the control with no time-scale (ShowTimeScale property is False):

The following screen shot shows the control with the default time-scale (ShowTimeScale property is True):