Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public byte? SeriesTransparency { get; set; }

Property Value

Type Description
Nullable<Byte>

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

Property Paths

You can access this nested property as listed below:

Object Type Path 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