Visit Gigasoft's Web Site
 ProEssentials v9 Help

GridStyle

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PEGS_THIN

.NET

PeGrid.Style

Ocx|Vcl

GridStyle

DLL

PEP_nGRIDSTYLE

 

Purpose

This property controls the style of line used to form the graphs grid.

 

Possible values are as follows:

 

.NET Gigasoft.Enums.

ActiveX and

 

GridStyle.

DLL Constants

Description

Thin

PEGS_THIN (0)

Thin solid line.

Thick

PEGS_THICK (1)

Thick solid line.

Dot

PEGS_DOT (2)

Dotted Line.

Dash

PEGS_DASH (3)

Dashed Line.

 

Graph VCL Enumerations

eGridStyle = (gThin, gThick, gDot, gDash, gPixel);

 

Scientific Graph VCL Enumerations

eGridStyle = (sgThin, sgThick, sgDot, sgDash, sgPixel);

 

3D Scientific Graph VCL Enumerations

eGridStyle = (tdThin, tdThick, tdDot, tdDash, tdPixel);

 

Polar/Smith Chart VCL Enumerations

eGridStyle = (psThin, psThick, psDot, psDash, psPixel);

 

Comments

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

 

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