Visit Gigasoft's Web Site
 ProEssentials v9 Help

PEP_structEXTRAAXISX

Scope

Scientific Graph Objects.

Type

structure

Default

empty

Custom

NA

Ocx|Vcl

NA

 

Purpose

This property sets and gets an EXTRAAXIS structure describing an extra axis to construct on bottom of the grid area.

 

Before setting or getting this property, set WorkingAxis to the axis index (0 through 4) for the appropriate axis if using more than one extra x axis. Note, this is an alternate use of WorkingAxis which usually corresponds to the use of MultiAxesSubsets. In the case of extra x axes, WorkingAxis is used to designate an extra axis index. In this way, an image can be constructed with up to 5 extra x axes on top and/or on bottom of image.

 

Comments

You get this property via PEvget, and set it with PEvset.

 

OCX Interface users can use GetExtraAxisX and SetExtraAxisX methods.

 

See Also: PEP_structEXTRAAXISTX, CustomGridNumbersEX

 

See example 130 within demo for more information.