PlotAxis.GridLineStyle Property

Top 

Description

Sets the style of the grid lines.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

2 ( Dot )

Valid Values:

Value

Label

0

Solid

1

Dash

2

Dot

3

Dash-Dot

4

Dash-Dot-Dot

 

Syntax

myVariable1 = myPlotAxis1.GridLineStyle;

 

myPlotAxis1.GridLineStyle = myVariable1;

 

See also

PlotAxis Object

PlotWindow Guide