Skip to main content

ZoomRectangle.BorderLineStyle Property

Provides access to the line style of zoom rectangle borders.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public LineStyle BorderLineStyle { get; }

Property Value

Type Description
LineStyle

A LineStyle object.

See Also