PlotWindow.YAxisFont Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.YAxis.Font.Typeface instead.

 

The font to use on the plot Y-Axis.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Verdana"

 

Syntax

myString1 = myPlotWindow1.YAxisFont;

 

myPlotWindow1.YAxisFont = myString1;

 

See also

PlotWindow Object

PlotWindow Guide