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

RadarRangeAreaSeriesView.Border1 Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
CustomBorder

A CustomBorder object which specifies the border style.

Remarks

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

See Also