Skip to main content

ZoomRectangleModel.BorderLineStyle Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public LineStyleModel BorderLineStyle { get; }

Property Value

Type Description
LineStyleModel

The model of the border line style.

See Also