Returns or sets the Font object used to draw text on the axis of the object.
Object.AxisFont [ = FontObject ]
The AxisFont property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
FontObject |
The font of the axis on the object. |
See the AFont class for the properties.
The following statement changes the ASlider AxisFont:
sld1.AxisFont.Name="Arial"
Axis, Caption, CaptionColor, CaptionHeight, CaptionLeft, CaptionTop, CaptionWidth, Font