AreaSeriesViewBase.Border Property
In This Article
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 |
---|---|
Custom |
A Custom |
#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