Skip to main content
A newer version of this page is available. .

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

Declaration

public CustomBorder Border { get; }

Property Value

Type Description
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