RangeControlOptions.SeriesTransparency Property
In This Article
Gets or sets the transparency (0-255) to apply to a series displayed in a Range control.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#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 Series |
---|---|
XYDiagram2DSeries |
|
#Remarks
Use the SeriesTransparency property to apply to a color, which is used for series equivalents displayed in a Range control.
See Also