PlotTemplate.YAxisLabel Property

Top 

Description

The text used for the Y-axis label of a plot window.

 

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.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"__Use_Parameter_Label__"

 

Syntax

myString1 = myPlotTemplate1.YAxisLabel;

 

myPlotTemplate1.YAxisLabel = myString1;

 

See also

PlotTemplate Object

PlotWindow Guide