Polar Charts (Report Builder and SSRS)

A polar chart displays a series as a set of points that are grouped by category on a 360-degree circle. Values are represented by the length of the point as measured from the center of the circle. The farther the point is from the center, the greater its value. Category labels are displayed on the perimeter of the chart. For more information on how to add data to a polar chart, see Charts (Report Builder and SSRS).

Note

You can create and modify report definitions (.rdl) in Report Builder and in Report Designer in SQL Server Data Tools. Each authoring environment provides different ways to create, open, and save reports and related items. For more information, see Designing Reports in Report Designer and Report Builder (SSRS) on the Web at microsoft.com.

Variations

  • Radar chart. A radar chart displays a series as a circular line or area. Unlike the polar chart, the radar chart does not display data in terms of polar coordinates.

Data Considerations for Polar Charts

  • The radar chart is useful for comparisons between multiple series of category data.

  • Polar charts are most commonly used to graph polar data, where each data point is determined by an angle and a distance.

  • Polar charts cannot be combined with any other chart type in the same chart area.

Example

The following example shows how a radar chart can be used. The table below provides sample data for the chart.

Name

Sales

Shrubs

61

Seeds

78

Bulbs

60

Trees

38

Flowers

81

In this example, the Name field is placed in the Category Groups area. The Sales field is placed in the Values area. The Sales field is automatically aggregated for the chart when you drop it. The radar chart calculates where to place the labels based on the number of values in the Sales field, which contains five values and places labels at five equidistant points on a circle. If the Sales field contained three values, the labels would be placed at three equidistant points on a circle.

The following illustration shows an example of a radar chart based on the data presented.

Radar chart

See Also

Concepts

Charts (Report Builder and SSRS)

Formatting a Chart (Report Builder and SSRS)

Chart Types (Report Builder and SSRS)

Line Charts (Report Builder and SSRS)

Empty and Null Data Points in Charts (Report Builder and SSRS)