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

ISimpleDiagramPanel Interface

Represents the diagram panel that can contain pie (doughnut) series to provide its custom layout.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public interface ISimpleDiagramPanel

The following members return ISimpleDiagramPanel objects:

Remarks

The base class which implements this interface is the SimpleDiagram class.

Use the ISimpleDiagramPanel.Arrange method to provide a custom layout of pies (doughnuts) placed on the diagram panel.

See Also