ISimpleDiagramPanel.Arrange(IList<Series>, Rectangle) Method
Arranges pie (doughnut) series on a diagram panel in the order specified in the series list.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v25.1.dll
NuGet Package: DevExpress.Charts
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| seriesList | IList<Series> | The list of pie (doughnut) Series objects to arrange. |
| diagramBounds | Rectangle | A Rectangle structure, that describes the location and size of the diagram’s bounds. |
Returns
| Type | Description |
|---|---|
| IList<Rectangle> | The list of Rectangle objects that contain bounds for each arranged series on a diagram panel. |
Remarks
Use the Arrange method to provide a custom layout of pie (doughnut) series on a diagram.
See Also