Back to Devexpress

BarSeriesView.Border Property

corelibraries-devexpress-dot-xtracharts-dot-barseriesview-926eafa9.md

latest1.4 KB
Original Source

BarSeriesView.Border Property

Gets the series view’s border settings.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangularBorder Border { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public ReadOnly Property Border As RectangularBorder

Property Value

TypeDescription
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

BarSeriesView Class

BarSeriesView Members

DevExpress.XtraCharts Namespace