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

RangeAreaSeriesViewModel.Border2 Property

Returns the model of the second border of the modeled Range Area series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

public CustomBorderModel Border2 { get; }

Property Value

Type Description
CustomBorderModel

The border model.

See Also