SimpleDiagram.CustomPanel Property
In This Article
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.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[Browsable(false)]
[DefaultValue(null)]
public ISimpleDiagramPanel CustomPanel { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
ISimple |
null | An object that implements the ISimple |
#Remarks
Use the Arrange method to provide custom layout of pie (doughnut) series on a chart panel.
See Also