Skip to main content

Layout

The Pie dashboard item allows you to specify the number of columns or rows in which individual diagrams are arranged.

To control how pies are arranged, use the Content Arrangement group on the Design ribbon tab of the Pies Tools contextual tab set.

By default, the Auto Arrange option is enabled, which automatically resizes pies to fit within the dashboard item.

Pies_Layout_AutoArrange_Ribbon

Pies_Layout_Arrangement_Auto_2

You can also specify the number of columns in which pies are arranged. Click the Arrange in Columns button and specify the appropriate number in the Count field.

Pies_Layout_Arrangement_Columns_Ribbon

Pies_Layout_Arrangement_Columns_2

Similarly, you can arrange pies in a specific number of rows.

Pies_Layout_Arrangement_Rows_Ribbon

Pies_Layout_Arrangement_Rows_2

To specify the arrangement mode in code, use the PieDashboardItem.ContentArrangementMode property. To provide the number of columns or rows in which pies are arranged, use the PieDashboardItem.ContentLineCount property.