Returns or sets the Font object used to draw text on the Axes objects.
Object.AxisFont [ = fontAxisFont ]
The AxisFont property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AChart |
AChart control |
|
fontAxisFont |
A string expression specifying a font. |
The default is the Current Ambient font.
The following statement changes the AChart's AxisFont to italic:
cht1.AxisFont.Italic=True