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

ZoomRectangle.ActualColor Property

Gets the actual color used to fill a zoom rectangle.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

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

Property Value

Type Description
Color

A Color value that is the actual fill color.

See Also