Visit Gigasoft's Web Site
 ProEssentials v9 Help

GridLineControl

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PEGLC_BOTH

.NET

PeGrid.LineControl

Ocx|Vcl

GridLineControl

DLL

PEP_nGRIDLINECONTROL

 

Purpose

This property controls the horizontal and vertical lines which make the graphs grid.

 

Possible values are as follows:

 

.NET Gigasoft.Enums.

ActiveX and

 

GridLineControl.

DLL Constants

Description

Both

PEGLC_BOTH(0)

Both horizontal and vertical grid lines.

YAxis

PEGLC_YAXIS(1)

Horizontal grid lines.

XAxis

PEGLC_XAXIS(2)

Vertical grid lines.

None

PEGLC_NONE(3)

No grid lines.

 

VCL Enumerations

Replace the x prefix with either g(graph), sg(scientific graph), or td(3d graph)

eGridLineControl = (gYPlusXAxis, gYAxis, gXAxis, gNoGrid);

 

Polar/Smith Chart VCL Enumerations

eGridLineControl = (psDegreesPlusMagnitude, psDegrees, psMagnitude, psNoGrid);

 

Comments

PeGrid.LineControl members of Pego.PeGrid, Pesgo.PeGrid, Pe3do.PeGrid, Pepso.PeGrid

 

See Also: GridInFront, GridStyle, ShowYAxis, ShowXAxis, ShowTXAxis, ShowRYAxis