Visit Gigasoft's Web Site
 ProEssentials v9 Help

GetRectAxis Method

*Within client side VBScript within a web page, use GetRectAxisEx

 

Scope Graph, Scientific Graph Interfaces

 

GetRectAxis(pnLeft As Integer, pnTop As Integer, pnRight As Integer, pnBottom As Integer)

 

Parameter

Description

pnLeft

Variable to store left coordinate.

pnTop

Variable to store top coordinate.

pnRight

Variable to store right coordinate.

pnBottom

Variable to store bottom coordinate.

 

This method is used to retrieve the coordinates for the graphs axis area defined by the current state of the WorkingAxis property. Units are in pixels where (0,0) represents left top corner of control. This method retrieves the same data as defined by PEP_rectAXIS.

  

Comments

See Also: GetRectGraph, OCX Methods, PEP_rectAXIS.

 

Visual Basic 6 Example

Dim nLeft As Integer

Dim nTop As Integer

Dim nRight As Integer

Dim nBottom As Integer

Pego1.WorkingAxis = 2 To find the coordinates of third axis.

Pego1.GetRectAxis nLeft, nTop, nRight, nBottom