SubtitleFont

Syntax

<Path>.SubtitleFont:string
<Path>.SubtitleFont.Bold:boolean
<Path>.SubtitleFont.Italic:boolean

The attribute SubtitleFont and its sub-attributes set the properties of the Subtitle in the Chart window.

Data Type of the Value You Can Assign

You can assign a value of data type string.

You can enter the name of one of these fonts:

Arial

Arial Narrow

Comic Sans MS

Courier New

Haettenschweiler

Lucida Console

MS UI Gothic

Tahoma

Times New Roman

Trebuchet MS

Verdana

Note:

MS UI Gothic is intended for our Japanese users. An English or a German version of Microsoft Windows might not provide this font by default.

Example

MyChart.SubtitleFont:= "Verdana"

The sub-attribute Bold, of data type boolean, sets if the Chart shows the subtitle in bold face (true) or not (false).

Example

MyChart.SubtitleFont.Bold := true

The sub-attribute Italic, of data type boolean, sets if the Chart shows the subtitle in italics (true) or not (false).

Example

MyChart.SubtitleFont.Italic := false

Related Topic

Subtitle