Back to Devexpress

ISimpleDiagramPanel.Arrange(IList<Series>, Rectangle) Method

corelibraries-devexpress-dot-xtracharts-dot-isimplediagrampanel-dot-arrange-x28-system-dot-collections-dot-generic-dot-ilist-devexpress-dot-xtracharts-dot-series-system-dot-drawing-dot-rectangle-x29.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
IList<Rectangle> Arrange(
    IList<Series> seriesList,
    Rectangle diagramBounds
)
vb
Function Arrange(
    seriesList As IList(Of Series),
    diagramBounds As Rectangle
) As IList(Of Rectangle)

Parameters

NameTypeDescription
seriesListIList<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

TypeDescription
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

ISimpleDiagramPanel Interface

ISimpleDiagramPanel Members

DevExpress.XtraCharts Namespace