Visit Gigasoft's Web Site
 ProEssentials v9 Help

ManualRYAxisTick

Scope

Pego, Pesgo, Pepso

Type

Double

Default

1.0

.NET

PeGrid.Configure.ManualRYAxisTick

Ocx|Vcl

ManualRYAxisTick

DLL

PEP_fMANUALRYAXISTICK

 

Purpose

This property provides manual control of the density of grid tick marks on the right y axis. Grid tick marks will be placed at multiples of the defined value.

 

Comments

PeGrid.Configure.ManualRYAxisTick members of Pego.PeGrid.Configure, Pesgo.PeGrid.Configure, Pepso.PeGrid.Configure

 

This property is used in conjunction with ManualRYAxisTicknLine and ManualRYAxisLine.

 

It is important that the value ManualRYAxisLine be divisible by this value. The Graph Object will override manual grid line and tick parameters if tick or line densities are too small.

 

Also, if the user is going to have access to changing the shape and or size of the object, it is suggested that setting manual tick and line densities be avoided.

 

Example

If right Y Axis extents are from 0 to 50, ManualRYAxisLine is equal to 10, and this property is equal to 2, there will be grid tick marks at 2, 4, 6, 8, 12, 14, 16, 18, 22, 24, 26, 28...

 

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: ManualYAxisTick, ManualXAxisTick, ManualTXAxisTick

 

Within the demo, see example 113.