PlotWindow.TitleFontSize Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.PlotTitle.Font.Size instead.

 

The font size to use on the plot title.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Units:

points

Default Value:

13

Valid Range:

1 ≤ PlotWindow.TitleFontSize ≤ 50

 

Syntax

myVariable1 = myPlotWindow1.TitleFontSize;

 

myPlotWindow1.TitleFontSize = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide