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.v24.1.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 SeriesTransparency |
---|---|
XYDiagram2DSeriesViewBase |
|
Remarks
Use the SeriesTransparency property to apply to a color, which is used for series equivalents displayed in a Range control.
See Also