Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualXAxisTicknLine

Scope

Pesgo, Pe3do, Pepso

Type

Boolean/Int32

Default

FALSE

.NET

PeGrid.Configure.ManualXAxisTicknLine

Ocx|Vcl

ManualXAxisTicknLine

DLL

PEP_bMANUALXAXISTICKNLINE

 

Purpose

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

 

Polar Charts use this property to control degree ticks and lines. ManualXAxisTick controls the degree ticks and ManualXAxisLine controls the degree lines and labels.

 

Setting

Description

TRUE

Manual grid line and tick mark densities.

FALSE

Automatic grid line and tick mark densities.

 

Comments

PeGrid.Configure.ManualXAxisTicknLine members of Pesgo.PeGrid.Configure, Pe3do.PeGrid.Configure, Pepso.PeGrid.Configure

 

This property is used in conjunction with ManualXAxisTick and ManualXAxisLine.

 

If ManualXAxisTicknLine = TRUE, when the object creates an image, it will put the frequencies automatically chosen into the ManualXAxisTick and ManualXAxisLine 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.

 

Note that the use of DateTimeMode is not compatible with ManualXAxisTicknLine. If you need a specific looking date/time scale, you will have to manually produce this scale as described in Chapter 5, Question 22.

 

See Also: ManualYAxisTicknLine, ManualTXAxisTicknLine, ManualRYAxisTicknLine

 

Within the demo, see example 113.