valueFont

valueFormats to set the font on a multi-style chart.

Sets the font for data values displayed in the chart plot area.

Type

java.awt.Font or font description

Example

Chart1.valueFont = new java.awt.Font('Serif', java.awt.Font.BOLD, 12);
Chart1.valueFont='Lucida Sans Unicode-BOLD-14'

valueFont

Either syntax below can be used in component script:

valueFont         // unqualified
Chart1.valueFont  // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.