property TimeScale.CaptionBackColor as Color
Specifies the background color for the TimeScale's caption.

TypeDescription
Color A Color expression that specifies the background color to show the caption 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.
By default, the CaptionBackColor property 0. The CaptionBackColor property defines the visual appearance of the caption part of the time scale, if it is not zero. If the CaptionBackColor property is zero ( default ), the BackColor property indicates the time scale'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: