Back to Devexpress

PieDrawOptions.Border Property

corelibraries-devexpress-dot-xtracharts-dot-piedrawoptions.md

latest1.3 KB
Original Source

PieDrawOptions.Border Property

Gets the pie series view’s border settings when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CustomBorder Border { get; }
vb
Public ReadOnly Property Border As CustomBorder

Property Value

TypeDescription
CustomBorder

A CustomBorder object which specifies the border style.

|

Remarks

Use the Border property to access and modify border settings (such as the color, thickness and visibility) of the pie series view.

See Also

Border

PieDrawOptions Class

PieDrawOptions Members

DevExpress.XtraCharts Namespace