Visit Gigasoft's Web Site
 ProEssentials v9 Help

TAAxisLocation

Scope

Pego, Pesgo

Type

Int32

Default

PETAAL_TOP_FULL_WIDTH

.NET

PeAnnotation.Table.AxisLocation

Ocx|Vcl

TAAxisLocation

DLL

PEP_nTAAXISLOCATION

 

Purpose

This property sets the location of the table annotation within an individual axis. This property is designed to be used with graphs implementing MultiAxesSubsets. TALocation must be set to PETAL_INSIDE_AXIS for this property to work.

 

.NET Gigasoft.Enums.

ActiveX and

 

GraphTAAxisLocation.

DLL Constants

Description

TopFullWidth

PETAAL_TOP_FULL_WIDTH(0)

Top Full Width

TopLeft

PETAAL_TOP_LEFT (1)

Top Left

TopCenter

PETAAL_TOP_CENTER(2)

Top Center

TopRight

PETAAL_TOP_RIGHT(3)

Top Right

BottomFullWidth

PETAAL_BOTTOM_FULL_WIDTH(4)

Bottom Full Width

BottomLeft

PETAAL_BOTTOM_LEFT(5)

Bottom Left

BottomCenter

PETAAL_BOTTOM_CENTER(6)

Bottom Center

BottomRight

PETAAL_BOTTOM_RIGHT(7)

Bottom Right

TopTableSpaced

PETAAL_TOP_TABLE_SPACED (8)

Top Table Spaced

BottomTableSpaced

PETAAL_BOTTOM_TABLE_SPACED(9)

Bottom Table Spaced

NewRow

PETAAL_NEW_ROW(100)

New Row

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart).

eTAAxisLocation = (xTopFullAxis, xTopLeftAxis, xTopCenterAxis, xTopRightAxis, xBottomFullAxis, xBottomLeftAxis, xBottomCenterAxis, xBottomRightAxis, xTopTableSpaced, xBottomTableSpaced);

 

Comments

PeAnnotation.Table.AxisLocation members of Pego.PeAnnotation.Table, Pesgo.PeAnnotation.Table

 

PETAAL_NEW_ROW will stack the table annotation. For an example of this, see example 027 in the demo..

 

See Chapter 7, Common Question 37 for more information on table annotations.