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

AreaSeriesView.Transparency Property

Specifies the transparency (0-1) to use for displaying the filled color area series.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0.25, Handler = "InvalidateRendering")]
public double Transparency { get; set; }

Property Value

Type Description
Double

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

See Also