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

BubbleSeriesView.Transparency Property

Gets or sets the transparency (0-255) to use for displaying the filled color bubbles.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraSerializableProperty]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public byte Transparency { get; set; }

Property Value

Type Description
Byte

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

Implements

See Also