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.v18.2.dll

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool BorderVisible { get; set; }

Property Value

Type Description
Boolean

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

See Also