Gets or sets the number of pie charts that can be displayed in one line (row or column).
public int Dimension { get; set; }
Public Property Dimension As Integer
The Dimension property can be used together with the LayoutDirection property to adjust the layout of pie charts within the diagram. Depending upon the LayoutDirection property's setting, pie charts are positioned either in lines horizontally (by rows) or vertically (by columns). The Dimension property specifies how many pie charts can be displayed within one row or column.
The Dimension property is calculated automatically during resizing when the DevExpress.XtraCharts.ChartControl.AutoLayout or DevExpress.XtraCharts.Web.WebChartControl.AutoLayout property is set to true.
A pie chart(s) that is displayed within an incomplete row or column automatically changes its size to try and occupy all of the available free space.