PlotWindow.XAxisFontItalic Property

Top 

Description

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

 

Determines if the X-Axis 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.XAxisFontItalic;

 

myPlotWindow1.XAxisFontItalic = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide