AxisLabelFont Property

Gets or sets the font used to display the axis labels, such as x, y, and z.

Syntax

object.AxisLabelFont [= fontname]

Parameters

fontname
An IFontDisp pointer expression that describes the properties of the font to be used.

Remarks

The font used must be a TrueType font.

If you are a Visual Basic programmer, you can get or set axis font properties just as you would get or set font properties for any other object that has a font.

If you are using any other language, consult the documentation for that language for information about how to place the appropriate value in the OLE structure named IFontDisp to get or set font properties other than the name of the font.

See Also

AxisLabelColor, AxisFont