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