PlotWindow.ItalicizeAllText(Variable) Method

Top 

Description

Sets whether all text within this PlotWindow will be rendered in italic typeface.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

PlotWindow.ItalicizeAllText(

Variable useItalicText)

 

 

Arguments

useItalicText


Description:

Flag whether text is to be rendered in italic.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myPlotWindow1.ItalicizeAllText(myVariable1);

 

 

See also

PlotWindow Object

PlotWindow Guide