Skip to main content

ZoomRectangle.ActualColor Property

Gets the actual color used to fill a zoom rectangle.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

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

Property Value

Type Description
Color

A Color value that is the actual fill color.

See Also