Skip to main content

RangeAreaSeriesViewModel.Border2 Property

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

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

public CustomBorderModel Border2 { get; }

Property Value

Type Description
CustomBorderModel

The border model.

See Also