LegendFont Property

LegendPosRef Property

Introduction

 

LegendJust Property images/cons0001.png


 

Sets horizontal justification in relation to the legend position.

 

Syntax

FlpGrf.LegendJust [ = value]

 

The LegendJust property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A numeric expression specifying the horizontal justification.

 

Settings

Constant

Value

Description

flpLeft

0

Left justification

flpCenter

1

Center justification

flpRight

2

Right justification

 

Remarks

This property aligns the legend horizontally based on LegendPosHorz and LegendPosVert. Use the LegendAlign property to align the legend vertically.

 

FlpGrf1.LegendJust = 2                  FlpGrf1.LegendJust = 0

 

images/legjust.png


 

See Also

All Legend Routines



LegendFont Property LegendPosRef Property

 

 

Last modified on: Friday, August 16, 2002