GraphTitle Property

GraphTitleFont2 Property

Introduction

 

GraphTitleFont Property This function works with fonts


 

Sets the font of the first line of the graph title.

 

Syntax

FlpGrf.GraphTitleFont [ = value]

 

The GraphTitleFont property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

An integer expression specifying the font handle.

 

Remarks

To set the graph title use the GraphTitle property. The font for all subsequent lines in the graph title can be set with GraphTitleFont2.

 

Example

The following can be used to open a new font, and set it to be the graph title font. The current font is assigned the new font handle just created.

 

FlpGrf1.FontOpen = "Arial,20,B"
FlpGrf1.GraphTitleFont = FlpGrf1.FontCurrent


 

See Also

All Graph Routines



GraphTitle Property GraphTitleFont2 Property

 

 

Last modified on: Friday, August 16, 2002