Contents Previous Next


AxisTitleFontStyle Property (BDKGraphDefaults Object)

Description

Sets or returns the font style used on the axis labels.

Syntax

object.AxisTitleFontStyle

Arguments

None.

Return Value

(BDKGraphFontStyle) – one of the following values:

BDKGraphFontRegular
BDKGraphFontItalic
BDKGraphFontBold
BDKGraphFontBoldItalic
BDKGraphFontUnderlined
BDKGraphFontUnderlinedItalic
BDKGraphFontUnderlinedBold
BDKGraphFontUnderlinedBoldItalic

Example

BDKApp.GraphDefaults.AxisTitleFontStyle = BDKGraphFontItalic