Skip to main content

SimpleDiagram.CustomPanel Property

Gets or sets a custom panel that is used to arrange pie (doughnut) series on a chart diagram.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.1.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public ISimpleDiagramPanel CustomPanel { get; set; }

Property Value

Type Description
ISimpleDiagramPanel

An object that implements the ISimpleDiagramPanel interface.

Remarks

Use the Arrange method to provide custom layout of pie (doughnut) series on a chart panel.

See Also