Back to Devexpress

SimpleDiagram.CustomPanel Property

corelibraries-devexpress-dot-xtracharts-dot-simplediagram-7220085d.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Charts

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
public ISimpleDiagramPanel CustomPanel { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
Public Property CustomPanel As ISimpleDiagramPanel

Property Value

TypeDefaultDescription
ISimpleDiagramPanelnull

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

SimpleDiagram Class

SimpleDiagram Members

DevExpress.XtraCharts Namespace