Back to Devexpress

BarDrawOptions.Border Property

corelibraries-devexpress-dot-xtracharts-dot-bardrawoptions-8a388bb4.md

latest1.4 KB
Original Source

BarDrawOptions.Border Property

Gets the bar 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 RectangularBorder Border { get; }
vb
Public ReadOnly Property Border As RectangularBorder

Property Value

TypeDescription
RectangularBorder

A RectangularBorder 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 bar series view.

See Also

Border

BarDrawOptions Class

BarDrawOptions Members

DevExpress.XtraCharts Namespace