|
|
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.AxisTitleFont = FlpGrf1.FontCurrent
See Also
![]() |
Last modified on: Friday, August 16, 2002