Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

IList<Rectangle> Arrange(
    IList<Series> seriesList,
    Rectangle diagramBounds
)

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