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

CircularRangeAreaSeries2D.ActualBorder2 Property

Gets an actual value of the second border that is the RangeAreaSeries2D object.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Browsable(false)]
public SeriesBorder ActualBorder2 { get; }

Property Value

Type Description
SeriesBorder

A SeriesBorder object.

See Also