Skip to main content

AreaStackedSeries2D.Transparency Property

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
public double Transparency { get; set; }

#Property Value

Type Description
Double

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

#Implements

See Also