Back to Devexpress

BubbleSeriesView.Transparency Property

corelibraries-devexpress-dot-xtracharts-dot-bubbleseriesview-06fd1f42.md

latest1.3 KB
Original Source

BubbleSeriesView.Transparency Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public byte Transparency { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
Public Property Transparency As Byte

Property Value

TypeDescription
Byte

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

|

Implements

Transparency

See Also

BubbleSeriesView Class

BubbleSeriesView Members

DevExpress.XtraCharts Namespace