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

AreaSeriesViewBase.Border Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public CustomBorder Border { get; }

Property Value

Type Description
CustomBorder

A CustomBorder object that specifies the border style.

Remarks

The appearance of the border is illustrated below.

AreaSeriesView_Border.png

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