shapeLegend.font

Sets the font for labels within a shape-key legend.

Type

java.awt.Font or font description

Example

Chart1.shapeLegend.font = new java.awt.Font('Serif', java.awt.Font.BOLD, 12);
Chart1.shapeLegend.font = 'Comic Sans MS-BOLD-12';

shapeLegendFont

Either syntax below can be used in component script:

shapeLegend.font          // unqualified
Chart1.shapeLegend.font   // qualified

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