Visit Gigasoft's Web Site
 ProEssentials v9 Help

AxisLocationY

Scope

Pego, Pesgo

Type

Int32

Default

NULL

.NET

PeGrid.Option.AxisLocationY

Ocx|Vcl

AxisLocationY

DLL

PEP_nAXISLOCATIONY

 

Purpose

This property controls axis location when AxisSizeY is used to force a smaller charting right y axis height. Units are 0 to (100 AxisSizeY)

 

Use with WorkingAxis property to set individual axes if using MultiAxesSubsets.

 

OCX Examples

Using AxisSizeY = 60 means valid range of values is 0 to 40

 

To center the y axis:

PEGraph1.AxisLocationY = 20 twenty times two plus 60 = 100%

PEGraph1.AxisSizeY = 60 determines size by percentage of Y axis scale.

 

To top jusify the y axis:

PEGraph1.AxisLocationY = 40

PEGraph1.AxisSizeY = 60

 

To bottom jusify the y axis:

PEGraph1.AxisLocationY = 0

PEGraph1.AxisSizeY = 60

 

Comments

PeGrid.Option.AxisLocationY members of Pego.PeGrid.Option, Pesgo.PeGrid.Option

 

See Also: AxisSizeRY, AxisLocationRY

 

See demo example 128 for more information.