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

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

Declaration

public RectangularBorder Border { get; }

Property Value

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