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

RangeAreaSeriesViewModel.Border1 Property

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

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public CustomBorderModel Border1 { get; }

Property Value

Type Description
CustomBorderModel

The border model.

See Also