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

ZoomRectangle.BorderVisible Property

Gets or sets the visibility of zoom rectangle borders.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public bool BorderVisible { get; set; }

Property Value

Type Description
Boolean

true to show borders around the zoom rectangle; false to hide them.

See Also