AxisTitleDistance Property

AxisTypeChar Property

Introduction

 

AxisTitleFont Property This function works on current axisThis function works with fonts


 

Sets the font for an axis title label.

 

Syntax

FlpGrf.AxisTitleFont [ = value]

 

The AxisTitleFont property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A numeric expression specifying the font handle.

 

Remarks

Use this property to set the font handle you want to use for the axis title.

 

Example

The following can be used to open a new font. The current font is assigned the new font handle just created.

FlpGrf.FontOpen = "Times New Roman,16,N"
FlpGrf.AxisTitleFont = FlpGrf1.FontCurrent


 

See Also

Axis Routines



AxisTitleDistance Property AxisTypeChar Property

 

 

Last modified on: Friday, August 16, 2002