TcxGridChartAreaDiagram.Transparency Property
Specifies the filled area transparency.
Declaration
property Transparency: Byte read; write; default 0;
Property Value
| Type | Default |
|---|---|
| Byte | 0 |
Remarks
The property value ranges from 0 to 255:
| Value | Meaning |
|---|---|
| 0 | The area is painted with solid fill. |
| 255 | The area is painted with transparent fill. |
The default value of the Transparency property is 0.
See Also