Visit Gigasoft's Web Site
 ProEssentials v9 Help

LegendStyle

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

Type

Int32

Default

PELS_2_LINE

.NET

PeLegend.Style

Ocx|Vcl

LegendStyle

DLL

PEP_nLEGENDSTYLE

 

Purpose

Controls whether legend symbol and text are on a single line, or whether legend symbol and text are above and below. If using the Graph or Scientific Graph, legends may additionally be placed inside the axis, or when using MultiAxisStyle = PEMAS_SEPARATE_AXES(1), in between axes.

 

.NET Gigasoft.Enums.

ActiveX and

 

LegendStyle.

DLL Constants

Description

TwoLine

PELS_2_LINE (0)

Two Lines per legend

OneLine

PELS_1_LINE (1)

Single Line (LegendLocation 0 and 1 only)

OneLineInsideAxis

PELS_1_LINE_INSIDE_AXIS (2)

Single Line Inside Axis for Graph and Scientific Graph

OneLineTopOfAxis

PELS_1_LINE_TOP_OF_AXIS (3)

Single Line Top Of Axis for Graph and Scientific Graph

OneLineInsideOverlap

PELS_1_LINE_INSIDE_OVERLAP (4)

Single Line Inside and Overlapping Axis for Graph and Scientific Graph

OneLineLeftOfAxis

PELS_1_LINE_LEFT_OF_AXIS (5)

Single Line Left of Axis stacked vertically for Graph / Scientific Graph

 

Graph and Scientific Graph VCL Enumerations:

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

eLegendStyle = (xTwoLine, xOneLine, xInsideAxis, xTopOfAxis, xOneLineLeftOfAxis);

 

3D Graph VCL Enumerations:

Replace the x prefix with either td(3D scientific graph), or ps(polar/smith)

eLegendStyle = (xTwoLine, xOneLine, xInsideAxis);

 

Pie Chart VCL Enumerations:

eLegendStyle = (pcTwoLine, pcOneLine);

 

Comments

PeLegend.Style members of Pego.PeLegend, Pesgo.PeLegend, Pe3do.PeLegend, Pepso.PeLegend, Pepco.PeLegend

 

See Also: SimpleLineLegend, SimplePointLegend, LegendLocation