PlotWindow.BoldAllText(Variable) Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

PlotWindow.BoldAllText(

Variable useBoldText)

 

 

Arguments

useBoldText


Description:

Flag whether text is to be rendered in bold.

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myPlotWindow1.BoldAllText(myVariable1);

 

 

See also

PlotWindow Object

PlotWindow Guide