Skip to main content

BarSeriesView.Border Property

Gets the series view’s border settings.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangularBorder Border { get; }

Property Value

Type Description
RectangularBorder

A RectangularBorder object which specifies the border style.

Remarks

Use the Border property to specify the border’s color, thickness and visibility.

See Also