Visit Gigasoft's Web Site
 ProEssentials v9 Help

MultiAxisStyle

Scope

Pego, Pesgo

Type

Int32

Default

empty

.NET

PeGrid.Option.MultiAxisStyle

Ocx|Vcl

MultiAxisStyle

DLL

PEP_nMULTIAXISSTYLE

 

Purpose

This property determines if multiple axes will be stacked or separated. The size of the separation may be adjusted with MultiAxisSeparatorSize. Legends may also be inserted between axes using LegendStyle.

 

.NET Gigasoft.Enums.

ActiveX and

 

MultiAxisStyle.

DLL Constants

Description

GroupAllAxes

PEMAS_GROUP_ALL_AXES(0)

Group all axes

SeparateAxes

PEMAS_SEPARATE_AXES(1)

Separate Axes

 

VCL Enumerations:

Replace the x prefix with either g(graph), or sg(scientific graph)

eMultiAxisStyle = (gGroupAxes, gSeparateAxes);

 

Comments

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

 

See Chapter 7, Question 18 for more information on this property.

 

See Also: MultiAxesSeparators, MultiAxesSizing , MultiAxesSubsets