Layout
The Gauge dashboard item allows you to specify the number of columns or rows in which individual gauges are arranged.
To control how gauges are arranged, use the Content Arrangement group in the Design Ribbon tab of the Gauges Tools contextual tab set.
By default, the Auto Arrange option is enabled, which automatically resizes gauges to fit within the dashboard item.
You can also specify the number of columns in which gauges are arranged. Click the Arrange in Columns button and specify the appropriate number in the Count field.
Similarly, you can arrange pies in a specific number of rows by clicking the Arrange in Rows button.
To specify the arrangement mode in code, use the GaugeDashboardItem.ContentArrangementMode property. To provide the number of columns or rows in which gauges are arranged, use the GaugeDashboardItem.ContentLineCount property.
To hide gauge labels, use the Show Gauge Captions button in the Labels group on the Design Ribbon tab of the Gauges Tools contextual tab set.
In code, use the GaugeDashboardItem.ShowGaugeCaptions property.