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

ZoomRectangle.ActualBorderColor Property

Gets the actual color of a zoom rectangle’s borders.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

[Browsable(false)]
public Color ActualBorderColor { get; }

Property Value

Type Description
Color

A Color value that is the actual border color.

See Also