PlotWindow.XAxisLabel Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.XAxis.Title.Text instead.

 

The text used for the X-Axis label of the plot window.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"__Use_Parameter_Label__"

 

Syntax

myString1 = myPlotWindow1.XAxisLabel;

 

myPlotWindow1.XAxisLabel = myString1;

 

See also

PlotWindow Object

PlotWindow Guide