Visit Gigasoft's Web Site
 ProEssentials v9 Help

AxisBorderType

Scope

Pego, Pesgo

Type

Int32

Default

PEABT_DEFAULT_BORDER

.NET

PeGrid.AxisBorderType

Ocx|Vcl

AxisBorderType

DLL

PEP_nAXISBORDERTYPE

 

Purpose

This property allows per axis control of the axis type. Before setting or reading this property, set WorkingAxis to identify the working axis.

 

.NET Gigasoft.Enums.

ActiveX and

 

TABorder.

DLL Constants

Description

DefaultBorder

PEABT_DEFAULT_BORDER (0)

Controlled via BorderTypes

DropShadow

PEABT_DROP_SHADOW (1)

Drop shadow effect

SingleLine

PEABT_SINGLE_LINE (2)

Simple line border around grid region

NoBorder

PEABT_NO_BORDER (3)

No line or border around grid.

Inset

PEABT_INSET (4)

3D inset style.

ThickLine

PEABT_THICK_LINE (5)

Thick Line.

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph).

eAxisBorderType = (xAxisDefaultBorder, xAxisDropShadow, xAxisThinLine, xAxisNoBorder, xAxisInset, xAxisThickLine );

Comments

PeGrid.AxisBorderType members of Pego.PeGrid, Pesgo.PeGrid

 

See Also: BorderTypes, AxisForeColor, AxisBackColor