Back to Devexpress

RangeControlOptions.SeriesTransparency Property

corelibraries-devexpress-dot-xtracharts-dot-rangecontroloptions-25f798dd.md

latest1.7 KB
Original Source

RangeControlOptions.SeriesTransparency Property

Gets or sets the transparency (0-255) to apply to a series displayed in a Range control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public byte? SeriesTransparency { get; set; }
vb
Public Property SeriesTransparency As Byte?

Property Value

TypeDescription
Nullable<Byte>

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SeriesTransparency
XYDiagram2DSeriesViewBase

.RangeControlOptions .SeriesTransparency

|

Remarks

Use the SeriesTransparency property to apply to a color, which is used for series equivalents displayed in a Range control.

See Also

RangeControlOptions Class

RangeControlOptions Members

DevExpress.XtraCharts Namespace