property TimeScale.MajorTimeLabelPlainText as Boolean
Specifies whether the major label is a plain text or a formatted HTML text.

TypeDescription
Boolean A Boolean expression that specifies whether the label on major rulers UI font attributes like <b>, <fgcolor> are hidden or shown.
By default, the MajorTimeLabelPlainText property is True, which indicates that no UI font attributes like <b>, <fgcolor> are displayed when any of them is included in the MajorTimeLabel property. The MajorTimeLabel property defines the time label to be shown on the major rulers, while the MinorTimeLabel property specifies the time label to be shown on minor rulers. Using this property on False, may affect the control's performances. Do not set on False, unless you are using any of the specified UI font tags.