LegendJust Property

LegendTextDist Property

Introduction

 

LegendPosHorzRef Property
LegendPosVertRef Property


 

Sets the position type for the LegendPosHorz and LegendPosVert properties.

 

Syntax

FlpGrf.LegendPosHorzRef [ = value]

FlpGrf.LegendPosVertRef [ = value]

 

The LegendPosHorzRef, LegendPosVertRef properties have these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A numeric expression specifying the position type (default horz=1, vert=1)

 

Settings

Constant

Value

Description

flpPercentOfWindow

0

Percent of window is the reference scale

flpPercentOfFrame

1

Percent of frame is the reference scale

flpAbsolutePosition

2

Absolute pixel is the reference scale

 

Remarks

This property affects how the LegendPosHorz and LegendPosVert properties place the legend on the control window.

 

Example

FlpGrf1.GraphAreaBottom = 80
FlpGrf1.LegendColumn = 1
FlpGrf1.LegendAlign = 0
FlpGrf1.LegendJust = 2
FlpGrf1.LegendPosVertRef = 2
FlpGrf1.LegendPosVert = 5
FlpGrf1.LegendPosHorzRef = 2
FlpGrf1.LegendPosHorz = 100

FlpGrf1.LegendColumn = -1
FlpGrf1.LegendAlign = 3
FlpGrf1.LegendJust = 1
FlpGrf1.LegendPostVertRef = 1
FlpGrf1.LegendPosVert = 100
FlpGrf1.LegendPostHorzRef = 2
FlpGrf1.LegendPosHorz = 50

 

images/legpos.png


 

See Also

All Legend Routines



LegendJust Property LegendTextDist Property

 

 

Last modified on: Friday, August 16, 2002