PlotWindow.RAxisFontItalic Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.RAxis.Font.Italic instead.

 

Determines if the title font is italic.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myPlotWindow1.RAxisFontItalic;

 

myPlotWindow1.RAxisFontItalic = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide