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

RangeControlClientAreaView.AreaOpacity Property

Specifies the opacity (0-255) of the range control client area view.

Namespace: DevExpress.Xpf.Charts.RangeControlClient

Assembly: DevExpress.Xpf.Charts.v20.2.dll

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

Declaration

public double AreaOpacity { get; set; }

Property Value

Type Description
Double

A Double value from 0 (transparent) to 1 (opaque).

See Also