Back to Devexpress

AreaDrawOptions.Border Property

corelibraries-devexpress-dot-xtracharts-dot-areadrawoptions.md

latest1.4 KB
Original Source

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.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 Area Series view.

See Also

AreaDrawOptions Class

AreaDrawOptions Members

DevExpress.XtraCharts Namespace