ZoomRectangle.BorderVisible Property
Gets or sets the visibility of zoom rectangle borders.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
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