PlotWindow.XAxisFontBold Property

Top 

Description

This property has been Deprecated. Please use PlotWindow.XAxis.Font.Bold instead.

 

Determines if the X-Axis font is bold.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myPlotWindow1.XAxisFontBold;

 

myPlotWindow1.XAxisFontBold = myVariable1;

 

See also

PlotWindow Object

PlotWindow Guide