LegendPosition property: RatingBoxChart class

Description

Use this property to specify where the legend should appear in relationship to the chart. You can specify either a numeric or constant value for this property.

The values are:

Numeric Value Constant Value Description

2

%ChartLegend_Top

Display legend at the top of the chart.

3

%ChartLegend_Bottom

Display legend below the chart.

If you set a value other than 2 or 3, a runtime error is thrown and the chart is not rendered.

This property is read/write.