Skip to main content

AreaSeriesViewBase.Border Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
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