legendPosition

Specifies if and where chart legends are to appear.

Syntax

legendPosition="position"

where:

Argument Default Description
position bottom A String with one of the following values:none, bottom, right. When the application’s rendering mode is DHTML, the default is bottom. If the application’s rendering mode is set to Java™, the default is right.

For dial charts, when you specify the dials using the nested <blox:dial> tag, legendPosition is automatically set to none as the legend will not be meaningful to users.

Usage

Valid values are:
  • none do not display legends.
  • bottom display legend beneath the chart.
  • right display legend to the right of the chart.

The default is bottom if the application’s default render mode is set to DHTML.

Examples

legendPosition="none"
Related reference
legend
Related information
Creating a dial chart