Back to Devexpress

ISimpleDiagramPanel Interface

corelibraries-devexpress-dot-xtracharts-1eafa391.md

latest1.4 KB
Original Source

ISimpleDiagramPanel Interface

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public interface ISimpleDiagramPanel
vb
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

ISimpleDiagramPanel Members

DevExpress.XtraCharts Namespace