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'

|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |