Skip to main content

ZoomRectangle.ActualBorderColor Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

A Color value that is the actual border color.

See Also