Visit Gigasoft's Web Site
 ProEssentials v9 Help

AxisLocationRY

Scope

Pego, Pesgo

Type

Int32

Default

NULL

.NET

PeGrid.Option.AxisLocationRY

Ocx|Vcl

AxisLocationRY

DLL

PEP_nAXISLOCATIONRY

 

Purpose

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

 

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

 

OCX Examples

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

 

To center the y axis:

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

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

 

To top jusify the right y axis:

PEGraph1.AxisLocationRY = 40

PEGraph1.AxisSizeRY = 60

 

To bottom jusify the right y axis:

PEGraph1.AxisLocationRY = 0

PEGraph1.AxisSizeRY = 60

 

Comments

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

 

See Also: AxisSizeY, AxisLocationY

 

See demo example 128 for more information.