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

ZoomRectangleModel.BorderLineStyle Property

Returns the model of the border line style of the modeled zoom rectangle.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

[PropertyForOptions]
public LineStyleModel BorderLineStyle { get; }

Property Value

Type Description
LineStyleModel

The model of the border line style.

See Also