Back to Devexpress

RangeAreaSeriesView.Border2 Property

corelibraries-devexpress-dot-xtracharts-dot-rangeareaseriesview-dot-border2.md

latest1.6 KB
Original Source

RangeAreaSeriesView.Border2 Property

Provides access to the settings that specify the appearance of the border which connects values stored as SeriesPointKey.Value_2 in all data points of a Range Area series view.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
CustomBorder

A CustomBorder object which specifies the border style.

|

Remarks

Use the Border2 property to specify the border’s color, thickness and visibility.

See Also

RangeAreaSeriesView Class

RangeAreaSeriesView Members

DevExpress.XtraCharts Namespace