PlotAxis.Scaling Property

Top 

Description

Specifies whether the scaling for the Axis will be normal (linear) or logarithmic.

 

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:

integer

Access:

read/write

Default Value:

0 ( Normal )

Valid Values:

Value

Label

0

Normal

1

Logarithmic

 

Syntax

myVariable1 = myPlotAxis1.Scaling;

 

myPlotAxis1.Scaling = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide