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

AreaDrawOptions.Border Property

Gets the border settings for the area series view 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 Area Series view.

See Also