PlotWindow.SubtitleFont Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.PlotSubTitle.Font.Typeface instead.

 

The font to use on the plot subtitle. If the selected font is not installed on the system the default will be used.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Verdana"

 

Syntax

myString1 = myPlotWindow1.SubtitleFont;

 

myPlotWindow1.SubtitleFont = myString1;

 

See also

PlotWindow Object

PlotWindow Guide