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

ISupportTransparency.Transparency Property

Specifies the series transparency level.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

byte Transparency { get; set; }

Property Value

Type Description
Byte

A Byte value from 0 (opaque) to 255 (transparent).

Remarks

The following series view types support transparency.

See Also