Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualZAxisTicknLine

Scope

Pe3do

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Configure.ManualZAxisTicknLine

Ocx|Vcl

ManualZAxisTicknLine

DLL

PEP_bMANUALZAXISTICKNLINE

 

Purpose

This property determines whether the Z axis has manual grid line and tick mark densities.

 

Setting

Description

TRUE

Manual grid line and tick mark densities.

FALSE

Automatic grid line and tick mark densities.

 

Comments

PeGrid.Configure.ManualZAxisTicknLine members of Pe3do.PeGrid.Configure

 

This property is used in conjunction with ManualZAxisTick and ManualZAxisLine.

 

If ManualZAxisTicknLine = TRUE, when the object creates an image, it will put the frequencies automatically chosen into the ManualZAxisTick and ManualZAxisLine properties.

 

NoGridLineMultiples can be used to disable logic which prevents odd line frequencies. If you are having trouble setting line densities, try setting this property to TRUE.

 

See Also: ManualYAxisTicknLine, ManualXAxisTicknLine

 

Within the demo, see example 113.