Skip to main content

AreaSeriesView.Transparency Property

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

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double Transparency { get; set; }

Property Value

Type Description
Double

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

See Also