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

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Default Description
ISimpleDiagramPanel null

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