Visit Gigasoft's Web Site
 ProEssentials v9 Help

VBoundaryTypes

Scope

Pego, Pesgo

Type

Int32

Default

PEVB_NONE

.NET

PeGrid.Boundary.Types

Ocx|Vcl

VBoundaryTypes

DLL

PEP_nVBOUNDARYTYPES

 

Purpose

This property controls the placement of boundaries on the grid area of the Graph and Scientific Graph Objects. Possible values are defined by the following constants:

 

.NET Gigasoft.Enums.

ActiveX and

 

VBoundaryTypes.

DLL Constants

Description

None

PEVB_NONE(0)

No boundaries.

Top

PEVB_TOP(1)

Top boundary.

Bottom

PEVB_BOTTOM(2)

Bottom boundary.

TopAndBottom

PEVB_TOPANDBOTTOM(3)

Top and Bottom boundaries.

 

Graph VCL Enumerations

eVBoundaryTypes = (gNone, gUpper, gLower, gUpperPlusLower);

 

Scientific Graph VCL Enumerations

eVBoundaryTypes = (sgNone, sgUpper, sgLower, sgUpperPlusLower);

 

Comments

PeGrid.Boundary.Types members of Pego.PeGrid.Boundary, Pesgo.PeGrid.Boundary

 

This property is used in conjunction with UpperBoundValue, UpperBoundText, LowerBoundValue, and LowerBoundText.

 

If the values defined by UpperBoundValue and LowerBoundValue are not close to the data's range, then the boundaries that are out of range will not be shown.

 

This feature is similar to horizontal line annotations, also see HorzLineAnnotationType