Description
Sets or returns the font style used on the axis labels.
Syntax
object.AxisTitleFontStyle
Arguments
None.
Return Value
(RDKGraphFontStyle) – one of the following values:
| RDKGraphFontRegular |
| RDKGraphFontItalic |
| RDKGraphFontBold |
| RDKGraphFontBoldItalic |
| RDKGraphFontUnderlined |
| RDKGraphFontUnderlinedItalic |
| RDKGraphFontUnderlinedBold |
| RDKGraphFontUnderlinedBoldItalic |
Example
RDKApp.GraphDefaults.AxisTitleFontStyle = RDKGraphFontItalic