PlotWindow.Title Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.PlotTitle.Text instead.

 

The text used for the main title of the plot window.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"FreeFlyer Plot"

 

Syntax

myString1 = myPlotWindow1.Title;

 

myPlotWindow1.Title = myString1;

 

See also

PlotWindow Object

PlotWindow Guide