PlotWindow.ScaleTextSize(Variable) Method

Top 

Description

Scales all text rendered within this PlotWindow according to the specified title text size.

 

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

Variable titleSize)

 

 

Arguments

titleSize


Description:

The size of the title text. All other text will be rescaled to keep the current ratio.

Valid Range:

titleSize ≥ 12

 

 

 

Syntax

myPlotWindow1.ScaleTextSize(myVariable1);

 

 

See also

PlotWindow Object

PlotWindow Guide