PlotWindow.SetTextSize(Variable) Method

Top 

Description

Sets the size of the font to be used by all rendered text within this PlotWindow.

 

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.SetTextSize(

Variable textSize)

 

 

Arguments

textSize


Description:

The size of all text rendered within this PlotWindow.

Valid Range:

textSize > 1

 

 

 

Syntax

myPlotWindow1.SetTextSize(myVariable1);

 

 

See also

PlotWindow Object

PlotWindow Guide