Back to Devexpress

AreaSeriesViewBase.Border Property

corelibraries-devexpress-dot-xtracharts-dot-areaseriesviewbase-c519300e.md

latest1.7 KB
Original Source

AreaSeriesViewBase.Border Property

Gets the settings of a border that bounds the polygon representing the area series.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
CustomBorder

A CustomBorder object that specifies the border style.

|

Remarks

The appearance of the border is illustrated below.

The blue series has a border with Thickness 10 and painted with the Navy color , while the brown series has a default border and the white series has a border with Visibility set to false.

See Also

AreaSeriesViewBase Class

AreaSeriesViewBase Members

DevExpress.XtraCharts Namespace