valueFont
addConfidenceIntervalTarget(measure, colors, values, options)
addPercentageTarget(measure, colors, values, options)
addPercentileTarget(measure, colors, values, options)
addQuantileTarget(measure, colors, values, options)
addStandardDeviationTarget(measure, colors, values, options)
addTargetBand(measure, colors, values, options)
addTargetLine(measure, colors, values, options)
setLabelAliasOfColorLegend(value, alias)
Use 'Edit Value' in the Script Editor's auto-complete menu to specify font descriptions.
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'

See Also
valueFormats, to set the font of a value on a multi-style chart.
| << separatedStyle | © 1996-2013 InetSoft Technology Corporation (v11.5) | valueFormat >> |