LegendTextDist Property

LegendFrameStyle Property

Introduction

 

LegendPosHorz Property
LegendPosVert Property


 

Sets the horizontal and vertical position for legend placement.

 

Syntax

FlpGrf.LegendPosHorz [ = value]

FlpGrf.LegendPosVert [ = value]

 

The LegendPosHorz, LegendPosVert properties have these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A numeric expression specifying the x or y coordinate (default horz=50, vert=100)

 

Remarks

The LegendPosHorz and LegendPosVert properties set where the legend will be displayed in the control window. The position is based on the LegendPosHorzRef and LegendPosVertRef properties:

 

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

 

The legend column titles are set using the ColumnLegend property and the key is based on the ColumnType property.

 

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

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

images/legpos.png


 

See Also

All Legend Routines



LegendTextDist Property LegendFrameStyle Property

 

 

Last modified on: Friday, August 16, 2002