ISimpleDiagramPanel Interface
Represents the diagram panel that can contain pie (doughnut) series to provide its custom layout.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Related API Members
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