TdxChartXYSeriesAreaAppearance.Opacity Property
Adjusts the opacity of the default fill colors.
#Declaration
Delphi
property Opacity: Byte read; write;
#Property Value
Type | Description |
---|---|
Byte | The filled area opacity. The property value ranges from |
#Remarks
Use the Opacity
property to change the filled area opacity if the series uses the default fill settings.
#Value Examples
Value | Example[1] |
---|---|
135 (default) |
![]() |
50 |
![]() |
#Limitations
The Opacity
property has no effect on custom area fill settings. You need to assign custom TdxAlphaColor values with the required opacity.
#Default Value
The Opacity
property’s default value is 135
.
Footnotes
See Also