property TimeScale.RulerBackColor as Color
Specifies the background color for TimeScale's ruler.

TypeDescription
Color A Color expression that specifies the background color to show the ruler part of the time scale. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
The RulerBackColor property is initialized with the value of the Background(exScheduleTimeScaleRulerBackColor) property. By default, the Background(exScheduleTimeScaleRulerBackColor) property defines the background color to show the ruler part of the control's time scales. If the RulerBackColor property is zero ( default ), the BackColor property indicates the ruler's background color.

The time scale supports the following background properties:

All background colors can display a solid color as well as an EBN object.

The following sample shows the time scale using different background colors: