Skip to main content

RangeControlClientAreaView.AreaOpacity Property

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

Namespace: DevExpress.Xpf.Charts.RangeControlClient

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

NuGet Package: 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